1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-25 02:50:08 +03:00

feature #1223: Fix minor typos

This commit is contained in:
Jaime Melis 2012-06-15 17:06:54 +02:00
parent 32845b49da
commit f04749ed8c
2 changed files with 2 additions and 2 deletions

View File

@ -78,7 +78,7 @@ public class VirtualMachine extends PoolElement{
"CANCEL",
"FAILURE",
"CLEANUP",
"UNKNOWN".
"UNKNOWN",
"HOTPLUG" };
private static final String[] SHORT_LCM_STATES =

View File

@ -93,7 +93,7 @@ var OpenNebula = {
"CANCEL",
"FAILURE",
"CLEANUP",
"UNKNOWN"
"UNKNOWN",
"HOTPLUG"][value]);
break;
case "IMAGE":