diff options
author | Jeremy Thomerson <jeremy@thomersonfamily.com> | 2010-10-20 16:17:31 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-10-21 07:20:07 +0000 |
commit | a3dd3912d0a1f046555b6d366be747bb3d863620 (patch) | |
tree | 3f8cb517d85b61bf2a44cd8cb177001ca7e214de | |
parent | c79cfcb3b1679bc06b58f2ff3c3551851fbb4786 (diff) | |
download | alpine-conf-a3dd3912d0a1f046555b6d366be747bb3d863620.zip |
fix extremely minor typo
-rw-r--r-- | lbu.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -353,7 +353,7 @@ For possible ciphers, try: openssl -v The password used to encrypt the file, can either be specified with the -p option or using the PASSWORD environment variable. -The environment varialbes can also be set in $LBU_CONF +The environment variables can also be set in $LBU_CONF " exit 1 } |