From ceaddeb0f6927e0f99f7b140aba6a85dac0106fb Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Tue, 28 Jul 2020 11:36:31 +0200 Subject: Correct typo in Flavor.kt --- .../src/main/kotlin/com/atlarge/opendc/compute/core/Flavor.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'simulator/opendc') diff --git a/simulator/opendc/opendc-compute/src/main/kotlin/com/atlarge/opendc/compute/core/Flavor.kt b/simulator/opendc/opendc-compute/src/main/kotlin/com/atlarge/opendc/compute/core/Flavor.kt index ff5060de..a49d3abf 100644 --- a/simulator/opendc/opendc-compute/src/main/kotlin/com/atlarge/opendc/compute/core/Flavor.kt +++ b/simulator/opendc/opendc-compute/src/main/kotlin/com/atlarge/opendc/compute/core/Flavor.kt @@ -25,7 +25,7 @@ package com.atlarge.opendc.compute.core /** - * Flavors define the compute and memory capacity of [Server] instance. o put it simply, a flavor is an available + * Flavors define the compute and memory capacity of [Server] instance. To put it simply, a flavor is an available * hardware configuration for a server. It defines the size of a virtual server that can be launched. */ public data class Flavor( -- cgit v1.2.3