diff options
author | Holger Levsen <holger@layer-acht.org> | 2013-01-04 02:19:24 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2013-01-04 02:19:24 +0100 |
commit | 3f7c352478b3fc2a438acc095ea09dbb0541c1fe (patch) | |
tree | 7042bb2c37e36e42120abcaf1e0819fb20bc04ec /bin | |
parent | 8cefda70e55449fce538b7f8cc8f62bd86868259 (diff) | |
download | jenkins.debian.net-3f7c352478b3fc2a438acc095ea09dbb0541c1fe.tar.xz |
fix language in comment
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/d-i_manual.sh | 2 |
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 |