summaryrefslogtreecommitdiffstats
path: root/git-rebase.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2010-01-22 07:57:59 +0000
committerJunio C Hamano <junio@kernel.org>2010-01-22 07:57:59 +0000
commit364b6a4e15285cad6c674f515c0aa3538cfed028 (patch)
tree9a5be23615ae916761404d7533eee4cf4af6ea8c /git-rebase.txt
parent1aa40d2e3f5186afb805e7020577acb9f5f78b89 (diff)
downloadgit-htmldocs-364b6a4e15285cad6c674f515c0aa3538cfed028.tar.gz
Autogenerated HTML docs for v1.6.6.1-394-gdedc0
Diffstat (limited to 'git-rebase.txt')
-rw-r--r--git-rebase.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-rebase.txt b/git-rebase.txt
index 89a957ef7..823f2a463 100644
--- a/git-rebase.txt
+++ b/git-rebase.txt
@@ -312,7 +312,7 @@ which makes little sense.
When the commit log message begins with "squash! ..." (or
"fixup! ..."), and there is a commit whose title begins with
the same ..., automatically modify the todo list of rebase -i
- so that the commit marked for quashing come right after the
+ so that the commit marked for squashing comes right after the
commit to be modified, and change the action of the moved
commit from `pick` to `squash` (or `fixup`).
+