diff --git a/lib/client/gnt_cluster.py b/lib/client/gnt_cluster.py index 04fda7341eff00d4fc3bc8ebe565804e2e6f97b2..b61e8e3417968616aa28e1c875ebcdaa789eae8e 100644 --- a/lib/client/gnt_cluster.py +++ b/lib/client/gnt_cluster.py @@ -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