]> git.sur5r.net Git - bacula/bacula/commitdiff
Fix some minor typos, mostly in comments
authorRichard Hartmann <richih.mailinglist@gmail.com>
Wed, 2 Dec 2009 00:07:52 +0000 (01:07 +0100)
committerEric Bollengier <eric@eb.homelinux.org>
Wed, 2 Dec 2009 09:40:48 +0000 (10:40 +0100)
gui/brestore/brestore.glade
gui/brestore/brestore.pl
gui/bweb/cgi/bgraph.pl
regress/scripts/bacula-dir.conf.testrunscript.in

index 595c5390ae16d51a7b2561baeda2ecce41b1ff68..c85bfb46be74e87f49b65dc97d9c7b963bc7d094 100644 (file)
@@ -1903,7 +1903,7 @@ keep it empty and set bconsole to
                          <child>
                            <widget class="GtkEntry" id="entry_bsr_dest">
                              <property name="visible">True</property>
-                             <property name="tooltip" translatable="yes">BSR destination string (dont use file://tmp)</property>
+                             <property name="tooltip" translatable="yes">BSR destination string (don't use file://tmp)</property>
                              <property name="can_focus">True</property>
                              <property name="editable">True</property>
                              <property name="visibility">True</property>
index 5467c5c5a0a0566924df0c54c72c1077eca1e521..eac4a0fff5e25eb05997e7b806c82692835a341b 100755 (executable)
@@ -83,7 +83,7 @@ sub new
        bconsole => 'bconsole', # path and arg to bconsole
        bsr_dest => '',         # destination url for bsr files
        debug    => 0,          # debug level 0|1
-       use_ok_bkp_only => 1,   # dont use bad backup
+       use_ok_bkp_only => 1,   # don't use bad backup
        bweb     => 'http://localhost/cgi-bin/bweb/bweb.pl', # bweb url
        see_all_versions => 0,  # display all file versions in FileInfo
        mozilla  => 'mozilla',  # mozilla bin
index c3e429d950f7dc4c4c27a4617b5569ad62844871..7b0f68d69c92d75314dfd89a3c3ebdf2fe6cc67c 100755 (executable)
@@ -366,7 +366,7 @@ $limitq
 }
 
 # it works only with postgresql at this time
-# we dont use $jobt because we use File, so job is in Job table
+# we don't use $jobt because we use File, so job is in Job table
 elsif ($graph eq 'file_histo' and $arg->{where}) {
     
     my $dir  = $dbh->quote(dirname($arg->{where}) . '/');
index 93eb45e72fcd567631c872d49076e27867404dac..b23723c1c702e7b0c964a7ad84b5fc61a498ac67 100644 (file)
@@ -163,7 +163,7 @@ Job {
 }
 
 #@hostname@-fd: ClientBeforeJob: run command "/bin/false RUN_FD_FAILED1"
-#we dont execute FAILED2 
+#we don't execute FAILED2 
 #@hostname@-dir: AfterJob: run command "/bin/echo RunAfterFailedJob"
 Job {
   Name = "RUN_FD_FAILED2"