Custom low-level merge driver: change the configuration scheme.
[gitweb.git] / t / t3200-branch.sh
index 3ca1a325d42493697f70b5adefc03fb818ef4d9a..828d553a4b53210e9bd15c522e2a798901b2ac35 100755 (executable)
@@ -11,7 +11,7 @@ handled.  Specifically, that a bogus branch is not created.
 . ./test-lib.sh
 
 test_expect_success \
-    'prepare an trivial repository' \
+    'prepare a trivial repository' \
     'echo Hello > A &&
      git-update-index --add A &&
      git-commit -m "Initial commit." &&