tMerge pull request #270 from mesbahamin/grammatical-corrections - tomb - the crypto undertaker
 (HTM) git clone git://parazyd.org/tomb.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 6926583d790ab9c3c6cd8b0025f5bcdda72b5837
 (DIR) parent fb5eee002bdb497c647f01ebe0694db700bffb56
 (HTM) Author: Ivan J <parazyd@users.noreply.github.com>
       Date:   Sat, 24 Jun 2017 21:43:26 +0200
       
       Merge pull request #270 from mesbahamin/grammatical-corrections
       
       Fix 3 grammatical errors.
       Diffstat:
         M tomb                                |       8 ++++----
       
       1 file changed, 4 insertions(+), 4 deletions(-)
       ---
 (DIR) diff --git a/tomb b/tomb
       t@@ -570,7 +570,7 @@ lo_mount() {
            [[ $? = 0 ]] || {
                _warning "Loop mount of volumes is not possible on this machine, this error"
                _warning "often occurs on VPS and kernels that don't provide the loop module."
       -        _warning "It is impossible to use Tomb on this machine at this conditions."
       +        _warning "It is impossible to use Tomb on this machine under these conditions."
                _failure "Operation aborted."
            }
        
       t@@ -665,7 +665,7 @@ usage() {
            _print " -q     run quietly without printing informations"
            _print " -D     print debugging information at runtime"
            _print "\000"
       -    _print "For more informations on Tomb read the manual: man tomb"
       +    _print "For more information on Tomb read the manual: man tomb"
            _print "Please report bugs on <http://github.com/dyne/tomb/issues>."
        }
        
       t@@ -1677,8 +1677,8 @@ forge_key() {
        
            TOMBKEYFILE="$destkey"    # Set global variable
        
       -    _warning "This operation takes time, keep using this computer on other tasks,"
       -    _warning "once done you will be asked to choose a password for your tomb."
       +    _warning "This operation takes time. Keep using this computer on other tasks."
       +    _warning "Once done you will be asked to choose a password for your tomb."
            _warning "To make it faster you can move the mouse around."
            _warning "If you are on a server, you can use an Entropy Generation Daemon."