ref: e86fe5be5185131df266d3ecda5f089b27171380
parent: a60a794ed154a57b2f8c43d27c83a85f7b352165
author: ppatience0 <ppatience0@gmail.com>
date: Tue Mar 12 13:55:00 EDT 2013
inst/mountcwfs, inst/mounthjfs: fix typos
--- a/rc/bin/inst/mountcwfs
+++ b/rc/bin/inst/mountcwfs
@@ -8,7 +8,7 @@
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})--- a/rc/bin/inst/mounthjfs
+++ b/rc/bin/inst/mounthjfs
@@ -8,7 +8,7 @@
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})--
⑨