]> git.llucax.com Git - software/bacap.git/commitdiff
Fix typos
authorRodrigo Campos <rodrigo@sdfg.com.ar>
Mon, 12 Jul 2010 16:26:13 +0000 (13:26 -0300)
committerLeandro Lucarella <llucax@gmail.com>
Mon, 12 Jul 2010 16:38:49 +0000 (13:38 -0300)
Signed-off-by: Rodrigo Campos <rodrigo@sdfg.com.ar>
README
bacap

diff --git a/README b/README
index 67b565f96505f62ac775e851e649c5d0c2bff0c8..f14931d156278ef1acee36a3255b90e03b02fb17 100644 (file)
--- a/README
+++ b/README
@@ -97,7 +97,7 @@ configuration file)::
 
        mkdir -p $CONFIG_PATH
 
-The create a directory for each host you want to backup there, the directory
+Then create a directory for each host you want to backup there, the directory
 name should be the name of the host (as you would use to connect to it using
 ssh_). For now let's say we will only backup ``localhost``::
 
diff --git a/bacap b/bacap
index fe1be0c61f7015591fea3f80386978dff5ced9f1..b6d1551c95ad2a060f535743cc197ab376b10bfc 100755 (executable)
--- a/bacap
+++ b/bacap
@@ -108,7 +108,7 @@ do
        plog "-----------------------------------------------------------------"
        plog "Backup for host $host"
        plog "-----------------------------------------------------------------"
-       plog "Source:      "$src
+       plog "Source:      $src"
        plog "Destination: $dst"
        plog "Last:        $current_dir"
        plog