diff options
| author | Georgios Andreadis <info@gandreadis.com> | 2020-07-28 11:36:31 +0200 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2020-08-24 19:48:44 +0200 |
| commit | ceaddeb0f6927e0f99f7b140aba6a85dac0106fb (patch) | |
| tree | b8f6b6efcf20b615b5e43d4ec21868d41f367a0d /simulator/opendc/opendc-compute/src | |
| parent | 8522bd8acbf694120586a9ede4036d874a0a14f6 (diff) | |
Correct typo in Flavor.kt
Diffstat (limited to 'simulator/opendc/opendc-compute/src')
| -rw-r--r-- | simulator/opendc/opendc-compute/src/main/kotlin/com/atlarge/opendc/compute/core/Flavor.kt | 2 |
1 files changed, 1 insertions, 1 deletions
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( |
