From aeb3946b23dbc90ca70569b2116de235578349a8 Mon Sep 17 00:00:00 2001 From: Richard Hartmann Date: Wed, 2 Dec 2009 01:07:52 +0100 Subject: [PATCH] Fix some minor typos, mostly in comments --- gui/brestore/brestore.glade | 2 +- gui/brestore/brestore.pl | 2 +- gui/bweb/cgi/bgraph.pl | 2 +- regress/scripts/bacula-dir.conf.testrunscript.in | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gui/brestore/brestore.glade b/gui/brestore/brestore.glade index 595c5390ae..c85bfb46be 100644 --- a/gui/brestore/brestore.glade +++ b/gui/brestore/brestore.glade @@ -1903,7 +1903,7 @@ keep it empty and set bconsole to True - BSR destination string (dont use file://tmp) + BSR destination string (don't use file://tmp) True True True diff --git a/gui/brestore/brestore.pl b/gui/brestore/brestore.pl index 5467c5c5a0..eac4a0fff5 100755 --- a/gui/brestore/brestore.pl +++ b/gui/brestore/brestore.pl @@ -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 diff --git a/gui/bweb/cgi/bgraph.pl b/gui/bweb/cgi/bgraph.pl index c3e429d950..7b0f68d69c 100755 --- a/gui/bweb/cgi/bgraph.pl +++ b/gui/bweb/cgi/bgraph.pl @@ -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}) . '/'); diff --git a/regress/scripts/bacula-dir.conf.testrunscript.in b/regress/scripts/bacula-dir.conf.testrunscript.in index 93eb45e72f..b23723c1c7 100644 --- a/regress/scripts/bacula-dir.conf.testrunscript.in +++ b/regress/scripts/bacula-dir.conf.testrunscript.in @@ -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" -- 2.39.5