Skip to content

Commit 7113cba

Browse files
committed
testing: Fix typo in comment (found by codespell)
Signed-off-by: Stefan Weil <[email protected]>
1 parent a21621b commit 7113cba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/runtestset.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ rm -f testing/reports/$setname.times
5656
while read page dir
5757
do
5858
# A pages file may be a list of files with subdirs or maybe just
59-
# a plain list of files so accomodate both.
59+
# a plain list of files so accommodate both.
6060
if [ "$dir" ]
6161
then
6262
srcdir="$imdir/$dir"

0 commit comments

Comments
 (0)