Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
testing: Fix typo in comment (found by codespell)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
  • Loading branch information
stweil committed Nov 4, 2015
1 parent a21621b commit 7113cba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/runtestset.sh
Expand Up @@ -56,7 +56,7 @@ rm -f testing/reports/$setname.times
while read page dir
do
# A pages file may be a list of files with subdirs or maybe just
# a plain list of files so accomodate both.
# a plain list of files so accommodate both.
if [ "$dir" ]
then
srcdir="$imdir/$dir"
Expand Down

0 comments on commit 7113cba

Please sign in to comment.