about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJames Clarke <jrtc27@jrtc27.com>2015-09-07 12:49:27 +0100
committerDaniel Shahaf <d.s@daniel.shahaf.name>2015-09-07 21:11:10 +0000
commitbddd99d98a0031742b25785017981a6da89ca4bd (patch)
tree73b0162fb7c2389b550c6c0912df4d4daa6502fb
parenteaea1dc23c4a4e7b65046edd7f3d53a81e39e27b (diff)
downloadzsh-bddd99d98a0031742b25785017981a6da89ca4bd.tar.gz
zsh-bddd99d98a0031742b25785017981a6da89ca4bd.tar.xz
zsh-bddd99d98a0031742b25785017981a6da89ca4bd.zip
36441: _git: Fixed typo in --author-date-order description
-rw-r--r--ChangeLog5
-rw-r--r--Completion/Unix/Command/_git2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index cdaed1883..0ccef3690 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2015-09-07  James Clarke  <jrtc27@jrtc27.com>
+
+	* 36441: Completion/Unix/Command/_git: _git: Fixed typo in
+	--author-date-order description
+
 2015-09-06  Peter Stephenson  <p.w.stephenson@ntlworld.com>
 
 	* unposted: Config/versiom.mk, Etc/FAQ.yo, NEWS, README: make
diff --git a/Completion/Unix/Command/_git b/Completion/Unix/Command/_git
index 7f7c3ebc7..40a9fb63b 100644
--- a/Completion/Unix/Command/_git
+++ b/Completion/Unix/Command/_git
@@ -6436,7 +6436,7 @@ __git_setup_revision_options () {
     '(--full-history --dense --sparse --simplify-merges                )--ancestry-path[only display commits that exists directly on ancestry chains]'
     '(             --date-order --author-date-order)--topo-order[display commits in topological order]'
     '(--topo-order              --author-date-order)--date-order[display commits in date order]'
-    '(--topo-order --date-order                    )--author-date-order[display commits in auhor date order]'
+    '(--topo-order --date-order                    )--author-date-order[display commits in author date order]'
     '(-g --walk-reflogs)--reverse[display commits in reverse order]'
     '(          --objects-edge)--objects[display object ids of objects referenced by listed commits]'
     '(--objects               )--objects-edge[display object ids of objects referenced by listed and excluded commits]'