[glom] Windows build: Fix some typos.



commit 81fc97222d147114574375572d068cc82877bdce
Author: Murray Cumming <murrayc murrayc com>
Date:   Fri Apr 13 09:19:41 2012 +0200

    Windows build: Fix some typos.
    
    * glom/glom_create_from_example.cc:
    * glom/glom_test_connection.cc: Add closing
    ).
    Bug #674009 (alien)

 ChangeLog                        |    9 +++++++++
 glom/glom_create_from_example.cc |    2 +-
 glom/glom_test_connection.cc     |    2 +-
 3 files changed, 11 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 9cc4ca4..d1a01d7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2012-04-13  Murray Cumming  <murrayc murrayc com>
+
+	Windows build: Fix some typos.
+
+	* glom/glom_create_from_example.cc:
+	* glom/glom_test_connection.cc: Add closing
+	).
+	Bug #674009 (alien)
+
 2012-04-12  Malcolm Lewis  <malcolmlewis opensuse org>
 
 	Update the FSF address in comment blocks.
diff --git a/glom/glom_create_from_example.cc b/glom/glom_create_from_example.cc
index 1066da1..2baa517 100644
--- a/glom/glom_create_from_example.cc
+++ b/glom/glom_create_from_example.cc
@@ -425,7 +425,7 @@ int main(int argc, char* argv[])
 
 #ifdef G_OS_WIN32
     const char* password = "";
-    std::cerr << _("Error: getpass() is not implemented in the Windows build. The connection will fail." << std::endl;
+    std::cerr << _("Error: getpass() is not implemented in the Windows build. The connection will fail.") << std::endl;
 #else
     const char* password = ::getpass(prompt.c_str());
 #endif
diff --git a/glom/glom_test_connection.cc b/glom/glom_test_connection.cc
index 4019ecb..0978449 100644
--- a/glom/glom_test_connection.cc
+++ b/glom/glom_test_connection.cc
@@ -167,7 +167,7 @@ int main(int argc, char* argv[])
 
 #ifdef G_OS_WIN32
   const char* password = "";
-  std::cerr << _("Error: getpass() is not implemented in the Windows build. The connection will fail." << std::endl;
+  std::cerr << _("Error: getpass() is not implemented in the Windows build. The connection will fail.") << std::endl;
 #else
   const char* password = ::getpass(prompt.c_str());
 #endif



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]