Skip to content

Commit 0fc42ce

Browse files
authored
Fix typo
1 parent ad90089 commit 0fc42ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/validateUpdateStream.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44

55
if( len(sys.argv) == 1):
6-
print("Validates the correcness of an update stream regarding the dates of the events.")
6+
print("Validates the correctness of an update stream regarding the dates of the events.")
77
print("Usage: validateIdUniqueness <file>")
88

99
fileName = sys.argv[1]

0 commit comments

Comments
 (0)