summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorSébastien Loriot <sloriot.ml@gmail.com>2012-12-10 07:22:34 (GMT)
committerJunio C Hamano <gitster@pobox.com>2012-12-10 16:18:25 (GMT)
commit5badfdcf8852cf3afe2bde17ec2a11cde8cfc2e9 (patch)
tree3c1474e346cfe8c1556cfb225859d65d3e4b2953 /Documentation
parentac046c0e8cf0bee52634701d4efa9e9ce2d7718e (diff)
downloadgit-5badfdcf8852cf3afe2bde17ec2a11cde8cfc2e9.zip
git-5badfdcf8852cf3afe2bde17ec2a11cde8cfc2e9.tar.gz
git-5badfdcf8852cf3afe2bde17ec2a11cde8cfc2e9.tar.bz2
Documentation/git-stash.txt: add a missing verb
Signed-off-by: Sébastien Loriot <sloriot.ml@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-stash.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-stash.txt b/Documentation/git-stash.txt
index 0aa4e20..711ffe1 100644
--- a/Documentation/git-stash.txt
+++ b/Documentation/git-stash.txt
@@ -144,7 +144,7 @@ drop [-q|--quiet] [<stash>]::
Remove a single stashed state from the stash list. When no `<stash>`
is given, it removes the latest one. i.e. `stash@{0}`, otherwise
- `<stash>` must a valid stash log reference of the form
+ `<stash>` must be a valid stash log reference of the form
`stash@{<revision>}`.
create::