Merge branch 'js/no-html-bypass-on-windows' into maint
[gitweb.git] / t / t3404-rebase-interactive.sh
index d96d0e4c9b517ecb712d643cdd13e08bff066036..c7ea8bacf41bbfc7a8e4fe579e1c3d4367cf576d 100755 (executable)
@@ -60,9 +60,9 @@ test_expect_success 'setup' '
        test_commit P fileP
 '
 
-# "exec" commands are ran with the user shell by default, but this may
+# "exec" commands are run with the user shell by default, but this may
 # be non-POSIX. For example, if SHELL=zsh then ">file" doesn't work
-# to create a file. Unseting SHELL avoids such non-portable behavior
+# to create a file. Unsetting SHELL avoids such non-portable behavior
 # in tests. It must be exported for it to take effect where needed.
 SHELL=
 export SHELL