aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-gc.txt
diff options
context:
space:
mode:
authorRené Scharfe <rene.scharfe@lsrfire.ath.cx>2007-01-17 16:32:41 +0100
committerJunio C Hamano <junkio@cox.net>2007-01-17 08:44:32 -0800
commit23bfbb815d7d71ff20c014f4610732597f0a75db (patch)
tree69a5f28bb990dfb8f5871972c1bac4c9ab0e3cb6 /Documentation/git-gc.txt
parent850844e28f728625ba96b7880a0a264a5578e4c6 (diff)
downloadgit-23bfbb815d7d71ff20c014f4610732597f0a75db.tar.gz
Documentation: a few spelling fixes
Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-gc.txt')
-rw-r--r--Documentation/git-gc.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-gc.txt b/Documentation/git-gc.txt
index 73d78c15e8..2bcc9491a3 100644
--- a/Documentation/git-gc.txt
+++ b/Documentation/git-gc.txt
@@ -35,7 +35,7 @@ can be set to indicate how long historical reflog entries which
are not part of the current branch should remain available in
this repository. These types of entries are generally created as
a result of using `git commit \--amend` or `git rebase` and are the
-commits prior to the amend or rebase occuring. Since these changes
+commits prior to the amend or rebase occurring. Since these changes
are not part of the current project most users will want to expire
them sooner. This option defaults to '30 days'.