]> git.lizzy.rs Git - plan9front.git/commitdiff
inst/mountcwfs, inst/mounthjfs: fix typos
authorppatience0 <ppatience0@gmail.com>
Tue, 12 Mar 2013 21:55:00 +0000 (17:55 -0400)
committerppatience0 <ppatience0@gmail.com>
Tue, 12 Mar 2013 21:55:00 +0000 (17:55 -0400)
rc/bin/inst/mountcwfs
rc/bin/inst/mounthjfs

index 3e93a4f128461ff05c37985450344de75e8410d9..92ca70f10571b5bcc23fa3b09ef60aff4e695ee1 100755 (executable)
@@ -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})
index 7fff7184f63ce833a0c8e2dab030394c20cb12f0..e47d556d5c8e5f42a811b32d7a90046026f9b781 100755 (executable)
@@ -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})