post-checkout hook, tests, and docs
[gitweb.git] / t / t6021-merge-criss-cross.sh
index e8606c751d6236ea7109359910a8e8adc01eb627..0ab14a6e81302db6a1239d68270ab909cb2fd216 100755 (executable)
@@ -4,7 +4,7 @@
 #
 
 # See http://marc.theaimsgroup.com/?l=git&m=111463358500362&w=2 for a
-# nice decription of what this is about.
+# nice description of what this is about.
 
 
 test_description='Test criss-cross merge'
@@ -20,7 +20,7 @@ test_expect_success 'prepare repository' \
 7
 8
 9" > file &&
-git add file && 
+git add file &&
 git commit -m "Initial commit" file &&
 git branch A &&
 git branch B &&