From 2f6eebeed040233ffa9df13c86eb7f7e4bc7d353 Mon Sep 17 00:00:00 2001 From: Guido Trotter <ultrotter@google.com> Date: Thu, 10 Apr 2008 10:18:05 +0000 Subject: [PATCH] Fix spelling mistake in constants.py Of course instance creation don't have any modem, and the comment was just talking about modes. Sorry to everybody expecting whistles. Reviewed-by: imsnah --- lib/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/constants.py b/lib/constants.py index d27f18d7c..0487ab817 100644 --- a/lib/constants.py +++ b/lib/constants.py @@ -116,7 +116,7 @@ REPLACE_DISK_PRI = "replace_primary" REPLACE_DISK_SEC = "replace_secondary" REPLACE_DISK_ALL = "replace_all" -# instance creation modem +# instance creation modes INSTANCE_CREATE = "create" INSTANCE_IMPORT = "import" -- GitLab