diff options
author | Eric Bélanger <snowmaniscool@gmail.com> | 2010-02-08 12:12:15 +0100 |
---|---|---|
committer | Thomas Bächler <thomas@archlinux.org> | 2010-02-08 13:01:47 +0100 |
commit | 7ab7aad6b592e72ec04ddb497067594b7f708eeb (patch) | |
tree | 92d1915a010142df1c6b56e56863282d8eafa373 | |
parent | e6d8a6ed2c1884072e6323072da7f1a5333e3b73 (diff) | |
download | mkinitcpio-7ab7aad6b592e72ec04ddb497067594b7f708eeb.tar.gz mkinitcpio-7ab7aad6b592e72ec04ddb497067594b7f708eeb.tar.xz |
Fixed typo in comment
Signed-off-by: Eric Bélanger <snowmaniscool@gmail.com>
-rwxr-xr-x | mkinitcpio | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 # |