Skip to content

Commit 969b54d

Browse files
author
DvirDukhan
committed
fixed typo
1 parent 9af030c commit 969b54d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RLTest/redis_std.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def __init__(self, redisBinaryPath, port=6379, modulePath=None, moduleArgs=None,
5252
self.tlsCertFile = tlsCertFile
5353
self.tlsKeyFile = tlsKeyFile
5454
self.tlsCaCertFile = tlsCaCertFile
55-
self.clusterNondeTimeout = clusterNodeTimeout
55+
self.clusterNodeTimeout = clusterNodeTimeout
5656

5757
if port > 0:
5858
self.port = port

0 commit comments

Comments
 (0)