]> sourceware.org Git - lvm2.git/commitdiff
Replace "can not" with "cannot"
authorZdenek Kabelac <zkabelac@redhat.com>
Fri, 8 Oct 2010 11:18:29 +0000 (11:18 +0000)
committerZdenek Kabelac <zkabelac@redhat.com>
Fri, 8 Oct 2010 11:18:29 +0000 (11:18 +0000)
scripts/fsadm.sh

index e6b8e2facd90a1bd28529407212e4f337217db9c..517b3950d53618d0993376a8b0c7e3e1bacd64d1 100644 (file)
@@ -227,7 +227,7 @@ yes_no() {
 
 try_umount() {
        yes_no "Do you want to unmount \"$MOUNTED\"" && dry $UMOUNT "$MOUNTED" && return 0
-       error "Can not proceed with mounted filesystem \"$MOUNTED\""
+       error "Cannot proceed with mounted filesystem \"$MOUNTED\""
 }
 
 validate_parsing() {
@@ -289,7 +289,7 @@ resize_reiser() {
 ########################
 # Resize XFS filesystem
 # - mounted for upsize
-# - can not downsize
+# - cannot downsize
 ########################
 resize_xfs() {
        detect_mounted
@@ -345,7 +345,7 @@ resize() {
 ###################
 check() {
        detect_fs "$1"
-       detect_mounted && error "Can not fsck device \"$VOLUME\", filesystem mounted on $MOUNTED"
+       detect_mounted && error "Cannot fsck device \"$VOLUME\", filesystem is mounted on $MOUNTED"
        case "$FSTYPE" in
          "xfs") dry $XFS_CHECK "$VOLUME" ;;
          *) dry $FSCK $YES "$VOLUME" ;;
This page took 0.032081 seconds and 5 git commands to generate.