[ostree] Remove trailing dot from error message



commit b726796f41d6f52f0467e425f5c3ba97ee45981b
Author: Giuseppe Scrivano <gscrivan redhat com>
Date:   Fri Jan 30 15:04:11 2015 +0100

    Remove trailing dot from error message
    
    Signed-off-by: Giuseppe Scrivano <gscrivan redhat com>

 cfg.mk                 |    1 -
 src/ostree/ot-editor.c |    2 +-
 2 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/cfg.mk b/cfg.mk
index 930f3cc..e4458ac 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -20,7 +20,6 @@ local-checks-to-skip = \
     \
     sc_program_name \
     sc_bindtextdomain   \
-    sc_error_message_period \
     sc_m4_quote_check \
     sc_prohibit_assert_without_use \
     sc_prohibit_dirent_without_use \
diff --git a/src/ostree/ot-editor.c b/src/ostree/ot-editor.c
index 608c58b..4a7a90b 100644
--- a/src/ostree/ot-editor.c
+++ b/src/ostree/ot-editor.c
@@ -102,7 +102,7 @@ ot_editor_prompt (OstreeRepo *repo,
 
   if (!gs_subprocess_wait_sync_check (proc, cancellable, error))
     {
-      g_prefix_error (error, "There was a problem with the editor '%s'.", editor);
+      g_prefix_error (error, "There was a problem with the editor '%s'", editor);
       goto out;
     }
 


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