summaryrefslogtreecommitdiffstats
path: root/git-stash.txt
diff options
context:
space:
mode:
Diffstat (limited to 'git-stash.txt')
-rw-r--r--git-stash.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-stash.txt b/git-stash.txt
index f4bb6114d..06fb7f1d1 100644
--- a/git-stash.txt
+++ b/git-stash.txt
@@ -366,7 +366,7 @@ only the commit ends-up being in the stash and not on the current branch.
# ... hack hack hack ...
$ git add --patch foo # add unrelated changes to the index
$ git stash push --staged # save these changes to the stash
-# ... hack hack hack, finish curent changes ...
+# ... hack hack hack, finish current changes ...
$ git commit -m 'Massive' # commit fully tested changes
$ git switch fixup-branch # switch to another branch
$ git stash pop # to finish work on the saved changes