diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2013-09-24 00:23:57 +0200 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2013-09-24 00:23:57 +0200 |
commit | bc08635cf916f46d3cf95ccaef3dcf56eef5a98d (patch) | |
tree | 2a5c483ff642f59ea5d90b1a549a747e057902ce | |
parent | 29efa5153f5ecdf01071b33cb41597fdad9d961e (diff) | |
download | zsh-bc08635cf916f46d3cf95ccaef3dcf56eef5a98d.tar.gz zsh-bc08635cf916f46d3cf95ccaef3dcf56eef5a98d.zip |
Fix typo in debian/rules comment
Git-Dch: Ignore
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index f94e2a44c..d1cb7d934 100755 --- a/debian/rules +++ b/debian/rules @@ -181,7 +181,7 @@ binary-arch-static: build-static dh_installdirs -pzsh-static # Do not symlink /usr/share/doc/zsh-static to - # /usr/share/doc/zsh-common because zsh-static has a uniqe, + # /usr/share/doc/zsh-common because zsh-static has a unique, # generated README.Debian dh_installdocs -pzsh-static awk 'BEGIN { print "The following modules are statically-compiled into the static zsh binary:\n"; } /link=static/ { printf "%s (%s %s)\n", substr($$1,6), $$4, $$5; }' obj-static/config.modules >debian/zsh-static/usr/share/doc/zsh-static/README.Debian |