Skip to content

Commit 02e05ce

Browse files
authored
Fix typo
1 parent 0fc42ce commit 02e05ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/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)