Changeset 2262

Show
Ignore:
Timestamp:
07/10/08 23:41:03 (5 months ago)
Author:
anarcat
Message:

fix grammar

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • alternc/trunk/src/sqlbackup.sh

    r2261 r2262  
    295295            -a|--allow-ovewrite) shift; SQLBACKUP_OVERWRITE="$1" ;; 
    296296            *) 
    297                 error "invalide option -- $1"  
     297                error "invalid option -- $1"  
    298298                error "Try \`sqlbackup.sh --help' for more information." 
    299299                exit ;; 
     
    324324        exit 
    325325    else  
    326         error "invalide argument: type -- $TYPE" 
     326        error "invalid argument: type -- $TYPE" 
    327327        error "Try \`sqlbackup.sh --help' for more information." 
    328328        exit 
     
    332332           [ "$SQLBACKUP_TYPE" == "date" ] ||  
    333333           [ "$SQLBACKUP_TYPE" == "rotate" ] ) ; then 
    334         error "invalide argument: name-methode -- $SQLBACKUP_TYPE" 
     334        error "invalid argument: name-methode -- $SQLBACKUP_TYPE" 
    335335        error "Try \`sqlbackup.sh --help' for more information." 
    336336        exit 
     
    341341           [ "$SQLBACKUP_OVERWRITE" == "rename" ] ||  
    342342           [ "$SQLBACKUP_OVERWRITE" == "overwrite" ] ); then 
    343         error "invalide argument: allow-ovewrite -- $SQLBACKUP_OVERWRITE" 
     343        error "invalid argument: allow-ovewrite -- $SQLBACKUP_OVERWRITE" 
    344344        error "Try \`sqlbackup.sh --help' for more information." 
    345345        exit