Skip to content

Commit cdc7db7

Browse files
committed
unlvtests: Fix typo in documentation (found by codespell)
Signed-off-by: Stefan Weil <[email protected]>
1 parent 0eb239e commit cdc7db7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unlvtests/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ or if you've already got a results file you want to change, you can do this:
8888
awk '$3 != 100 {print $0}' results.txt newresults.txt
8989

9090
If you only want the last sections where things are broken down by
91-
word, you can add a sed commend, like this:
91+
word, you can add a sed command, like this:
9292

9393
ocrevalutf8 wordacc ground.txt ocr.txt | sed '/^ Count Missed %Right $/,$
9494
!d' | awk '$3 != 100 {print $0}' results.txt

0 commit comments

Comments
 (0)