URI:
       tTypos - tomb - the crypto undertaker
  HTML git clone git://parazyd.org/tomb.git
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit a5abc068123c23ec782d59869ec2b83d94662c6e
   DIR parent 70cb0a39dbefef6625693b72686618c478cf5894
  HTML Author: Hellekin O. Wolf =8) <hellekin@cepheide.org>
       Date:   Fri, 11 Feb 2011 17:10:56 +0100
       
       Typos
       
       Diffstat:
         M src/tomb                            |       6 +++---
       
       1 file changed, 3 insertions(+), 3 deletions(-)
       ---
   DIR diff --git a/src/tomb b/src/tomb
       t@@ -509,7 +509,7 @@ mount_tomb() {
                # try also adding a .tomb extension
                tombfile="${CMD2%\.*}.tomb"
                if ! [ -r $tombfile ]; then
       -            error "cannot find a tomb named $CMD"
       +            error "cannot find a tomb named $CMD2"
                    return 1
                fi
            fi
       t@@ -556,7 +556,7 @@ mount_tomb() {
                tombmount=/media/`basename ${tombfile}`
                act "mountpoint not specified, using default: $tombmount"
            elif ! [ -x $CMD3 ]; then
       -        error "mountpoint $CMD2 doesn't exist, operation aborted."
       +        error "mountpoint $CMD3 doesn't exist, operation aborted."
                return 1
            else
                tombmount=$CMD3
       t@@ -654,7 +654,7 @@ exec_bind_hooks() {
            # restore $HOME for the calling user
            HOME=/home/${SUDO_USER}
        
       -    act "bind hooks found, mounting direcories as requested"
       +    act "bind hooks found, mounting directories as requested"
            # execute the mount commands
            eval $hook
        }