inst/mountcwfs, inst/mounthjfs: fix typos
This commit is contained in:
parent
f0303b65ca
commit
c3d51106e1
2 changed files with 2 additions and 2 deletions
|
@ -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})
|
||||
|
|
|
@ -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})
|
||||
|
|
Loading…
Reference in a new issue