diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Completion/Unix/Command/_go | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index cf1f8b7e3..e4940aa29 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,8 @@ * unposted: Config/version.mk: 4.3.11-dev-4. + * unposted: Completion/Unix/Command/_go: typo + * 29341, corrected: Completion/Unix/Command/_go, Completion/Unix/Command/.distfiles: basic completion for commands associated with the Go programming language. @@ -14784,5 +14786,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.5318 $ +* $Revision: 1.5319 $ ***************************************************** diff --git a/Completion/Unix/Command/_go b/Completion/Unix/Command/_go index c48cc51e4..30a2bf88f 100644 --- a/Completion/Unix/Command/_go +++ b/Completion/Unix/Command/_go @@ -1,7 +1,7 @@ #compdef gccgo gofmt 5l 6l 8l 5g 6g 8g # This is for the computer language go, -# http://glolang.org. +# http://golang.org. local expl pat |