Remove trailing dot from error message

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
Giuseppe Scrivano 2015-01-30 15:04:11 +01:00
parent 42e8cd2691
commit b726796f41
2 changed files with 1 additions and 2 deletions

1
cfg.mk
View File

@ -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 \

View File

@ -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;
}