aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--using-git.texinfo2
1 files changed, 1 insertions, 1 deletions
diff --git a/using-git.texinfo b/using-git.texinfo
index 291124a..72b5841 100644
--- a/using-git.texinfo
+++ b/using-git.texinfo
@@ -289,7 +289,7 @@ git push -u orgin master # master is the branch you are working in
It is standard to append @file{.git} to the
end of the repository name when it is bare.
-To submit your changes to `origin' you can now
+To submit your changes to `origin', you can now
use the command @command{git push}. To fetch
updates others have made, use the command
@command{git pull}.