Fix simple typo: verion -> version (#6485)

Closes #6484
This commit is contained in:
Tim Gates
2019-12-15 10:37:55 +11:00
committed by Edward Oakes
parent e2b7459bfc
commit ac8f8143e7
+1 -1
View File
@@ -381,7 +381,7 @@ def start(node_ip_address, redis_address, address, redis_port,
redis_client = services.create_redis_client(
redis_address, password=redis_password)
# Check that the verion information on this node matches the version
# Check that the version information on this node matches the version
# information that the cluster was started with.
services.check_version_info(redis_client)