summaryrefslogtreecommitdiffstats
path: root/bin/d-i_manual.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2013-01-04 02:19:24 +0100
committerHolger Levsen <holger@layer-acht.org>2013-01-04 02:19:24 +0100
commit3f7c352478b3fc2a438acc095ea09dbb0541c1fe (patch)
tree7042bb2c37e36e42120abcaf1e0819fb20bc04ec /bin/d-i_manual.sh
parent8cefda70e55449fce538b7f8cc8f62bd86868259 (diff)
downloadjenkins.debian.net-3f7c352478b3fc2a438acc095ea09dbb0541c1fe.tar.xz
fix language in comment
Diffstat (limited to 'bin/d-i_manual.sh')
-rwxr-xr-xbin/d-i_manual.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/d-i_manual.sh b/bin/d-i_manual.sh
index 3ef7fdbc..7a0eaf0b 100755
--- a/bin/d-i_manual.sh
+++ b/bin/d-i_manual.sh
@@ -59,7 +59,7 @@ build_language() {
# this needs apt-get build-dep installation guide installed
#
FORMAT=$2
- # if $FORMAT is a directoy and it's string length greater or equal then 3 (so not "." or "..")
+ # if $FORMAT is a directory and it's string length is greater or equal than 3 (so not "." or "..")
if [ -d "$FORMAT" ] && [ ${#FORMAT} -ge 3 ]; then
rm -rf $FORMAT
fi