t5550: fix typo
[gitweb.git] / t / t5550-http-fetch.sh
index 311a33ca84f693b9410bab9e282ad0ebcae87441..3d6e87195366c0b5cc0210c38b9afeb260094859 100755 (executable)
@@ -66,7 +66,7 @@ test_expect_success 'cloning password-protected repository can fail' '
 
 test_expect_success 'http auth can use user/pass in URL' '
        >askpass-query &&
-       echo wrong >askpass-reponse &&
+       echo wrong >askpass-response &&
        git clone "$HTTPD_URL_USER_PASS/auth/repo.git" clone-auth-none &&
        test_cmp askpass-expect-none askpass-query
 '