Hi all,

please see attached.


Richard
From 0af7e5f8dcc15a2638598c9efdd808fc61789faf Mon Sep 17 00:00:00 2001
From: Richard Hartmann <richih.mailingl...@gmail.com>
Date: Wed, 2 Dec 2009 01:07:52 +0100
Subject: [PATCH 1/2] 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 595c539..c85bfb4 100644
--- a/gui/brestore/brestore.glade
+++ b/gui/brestore/brestore.glade
@@ -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>
diff --git a/gui/brestore/brestore.pl b/gui/brestore/brestore.pl
index 5467c5c..eac4a0f 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 c3e429d..7b0f68d 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 93eb45e..b23723c 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"
-- 
1.6.5.2

From 1bb6c187cede14a8270b909f0626a0fef660e3c8 Mon Sep 17 00:00:00 2001
From: Richard Hartmann <richih.mailingl...@gmail.com>
Date: Wed, 2 Dec 2009 01:08:48 +0100
Subject: [PATCH 2/2] Fix minor typos _in changelogs_

This is in a seperate patch as changing changelogs & release notes
is, imo, controversial.
---
 gui/brestore/ReleaseNotes |    2 +-
 gui/debian/changelog      |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gui/brestore/ReleaseNotes b/gui/brestore/ReleaseNotes
index 9fe57c4..b362574 100644
--- a/gui/brestore/ReleaseNotes
+++ b/gui/brestore/ReleaseNotes
@@ -29,7 +29,7 @@ DROP TABLES brestore_pathvisibility;
 DROP TABLES brestore_pathhierarchy;
 DROP TABLES brestore_knownjobid;
 
-   => DONT USE dbcheck to cleanup Path
+   => DON'T USE dbcheck to cleanup Path
 
 Version 2.0.3-2:
  - fix mysql stuff
diff --git a/gui/debian/changelog b/gui/debian/changelog
index 411dcb6..8f75132 100644
--- a/gui/debian/changelog
+++ b/gui/debian/changelog
@@ -72,7 +72,7 @@ bweb (2.0.3-4) stable; urgency=low
    *	DROP TABLES brestore_pathhierarchy;
    *	DROP TABLES brestore_knownjobid;
 
-   => DONT USE dbcheck to cleanup Path
+   => DON'T USE dbcheck to cleanup Path
 
  -- Eric Bollengier <e...@eb.homelinux.org>  Thu,  29 March 2007 01:10:47 +0000
 
-- 
1.6.5.2

------------------------------------------------------------------------------
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
_______________________________________________
Bacula-devel mailing list
Bacula-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-devel

Reply via email to