compat/poll: sleep 1 millisecond to avoid busy wait
[gitweb.git] / Documentation / git-push.txt
index 2b7f4f939f38626dbd796b808cc21285ad5c8c3d..d0b9e2f235e5ec8e71f7d9b03f684db96fa50f30 100644 (file)
@@ -385,7 +385,7 @@ will now start building on top of B.
 The command by default does not allow an update that is not a fast-forward
 to prevent such loss of history.
 
-If you do not want to lose your work (history from X to B) nor the work by
+If you do not want to lose your work (history from X to B) or the work by
 the other person (history from X to A), you would need to first fetch the
 history from the repository, create a history that contains changes done
 by both parties, and push the result back.