summaryrefslogtreecommitdiffstats
path: root/mkinitcpio
diff options
context:
space:
mode:
authorEric Bélanger <snowmaniscool@gmail.com>2010-02-08 12:12:15 +0100
committerThomas Bächler <thomas@archlinux.org>2010-02-08 13:01:47 +0100
commit7ab7aad6b592e72ec04ddb497067594b7f708eeb (patch)
tree92d1915a010142df1c6b56e56863282d8eafa373 /mkinitcpio
parente6d8a6ed2c1884072e6323072da7f1a5333e3b73 (diff)
downloadmkinitcpio-7ab7aad6b592e72ec04ddb497067594b7f708eeb.tar.gz
mkinitcpio-7ab7aad6b592e72ec04ddb497067594b7f708eeb.tar.xz
Fixed typo in comment
Signed-off-by: Eric Bélanger <snowmaniscool@gmail.com>
Diffstat (limited to 'mkinitcpio')
-rwxr-xr-xmkinitcpio2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkinitcpio b/mkinitcpio
index 91dac25..999901d 100755
--- a/mkinitcpio
+++ b/mkinitcpio
@@ -8,7 +8,7 @@
# variables should be quoted and bracketed "${SOMEVAR}"
# inline execution should be done with $() instead of backticks
# use -z "${var}" to test for nulls/empty strings
-# incase of embedded spaces, quote all path names and string comarpisons
+# in case of embedded spaces, quote all path names and string comparisons
#