Skip to content

Commit 6d18e05

Browse files
committed
Fixes typo
1 parent aaccd33 commit 6d18e05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wpm/commandline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ def print_stats(stats, cpm):
161161
else:
162162
width = 0
163163

164-
head0 = "Tag Gajes %s Accuracy" % ("CPM" if cpm else "WPM")
164+
head0 = "Tag Games %s Accuracy" % ("CPM" if cpm else "WPM")
165165
head1 = " avg sd %2d%% ci %2d%% pi avg sd " % (100*percent, 100*percent)
166166

167167
if cpm:

0 commit comments

Comments
 (0)