diff options
-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 |