diff options
author | ppatience0 <ppatience0@gmail.com> | 2013-03-12 17:55:00 -0400 |
---|---|---|
committer | ppatience0 <ppatience0@gmail.com> | 2013-03-12 17:55:00 -0400 |
commit | c3d51106e1e95c9e134394f97302e1b9cf428d76 (patch) | |
tree | 4e4654d297381225af432da26c69bcfcb4ac2253 | |
parent | f0303b65cabce1a3cdf2781c952c94a3f1aca310 (diff) | |
download | plan9front-c3d51106e1e95c9e134394f97302e1b9cf428d76.tar.xz |
inst/mountcwfs, inst/mounthjfs: fix typos
-rwxr-xr-x | rc/bin/inst/mountcwfs | 2 | ||||
-rwxr-xr-x | rc/bin/inst/mounthjfs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/rc/bin/inst/mountcwfs b/rc/bin/inst/mountcwfs index 3e93a4f12..92ca70f10 100755 --- a/rc/bin/inst/mountcwfs +++ b/rc/bin/inst/mountcwfs @@ -8,7 +8,7 @@ service=cwfs switch($1){ case go echo - echo The please choose your $fstype partitions + echo Please choose your $fstype partitions echo files=(`{ls /dev/sd*/fscache* /dev/fs/fscache* >[2]/dev/null}) diff --git a/rc/bin/inst/mounthjfs b/rc/bin/inst/mounthjfs index 7fff7184f..e47d556d5 100755 --- a/rc/bin/inst/mounthjfs +++ b/rc/bin/inst/mounthjfs @@ -8,7 +8,7 @@ service=hjfs switch($1){ case go echo - echo The please choose your $fstype partition + echo Please choose your $fstype partition echo files=(`{ls /dev/sd*/fs* >[2]/dev/null}) |