Merge branch 'rr/test-3200-style' into maint
[gitweb.git] / t / t4124-apply-ws-rule.sh
index 6f6ee88b28bc5417035b45d87aaf4a9c974ab6c5..581a801649f20a74e81c32f9503f233c3cd3d507 100755 (executable)
@@ -47,7 +47,7 @@ test_fix () {
        # find touched lines
        $DIFF file target | sed -n -e "s/^> //p" >fixed
 
-       # the changed lines are all expeced to change
+       # the changed lines are all expected to change
        fixed_cnt=$(wc -l <fixed)
        case "$1" in
        '') expect_cnt=$fixed_cnt ;;