Fixed a typo in gnt_cluster.py
authorAndrea Spadaccini <spadaccio@google.com>
Mon, 5 Sep 2011 14:15:00 +0000 (15:15 +0100)
committerAndrea Spadaccini <spadaccio@google.com>
Mon, 5 Sep 2011 14:21:35 +0000 (15:21 +0100)
Signed-off-by: Andrea Spadaccini <spadaccio@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com>

lib/client/gnt_cluster.py

index 04fda73..b61e8e3 100644 (file)
@@ -668,7 +668,7 @@ def _RenewCrypto(new_cluster_cert, new_rapi_cert, rapi_cert_filename,
 
   """
   if new_rapi_cert and rapi_cert_filename:
-    ToStderr("Only one of the --new-rapi-certficate and --rapi-certificate"
+    ToStderr("Only one of the --new-rapi-certificate and --rapi-certificate"
              " options can be specified at the same time.")
     return 1