Code

Fixing comment in merge strategies
[git.git] / git-merge-resolve.sh
index bb19da2cc15715df9c96ddea18c6d449ce49b6e4..93bcfc2f5dce418d00f26257788932d5c738785c 100755 (executable)
@@ -25,7 +25,7 @@ do
        esac
 done
 
-# Give up if we are given more than two remotes -- not handling octopus.
+# Give up if we are given two or more remotes -- not handling octopus.
 case "$remotes" in
 ?*' '?*)
        exit 2 ;;