summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAxel Beckert <abe@deuxchevaux.org>2013-09-24 00:23:57 +0200
committerAxel Beckert <abe@deuxchevaux.org>2013-09-24 00:23:57 +0200
commitbc08635cf916f46d3cf95ccaef3dcf56eef5a98d (patch)
tree2a5c483ff642f59ea5d90b1a549a747e057902ce
parent29efa5153f5ecdf01071b33cb41597fdad9d961e (diff)
downloadzsh-bc08635cf916f46d3cf95ccaef3dcf56eef5a98d.tar.gz
zsh-bc08635cf916f46d3cf95ccaef3dcf56eef5a98d.zip
Fix typo in debian/rules comment
Git-Dch: Ignore
-rwxr-xr-xdebian/rules2
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