[geany/geany-plugins] 35eb22: Tableconvert: Fix a typo inside a comment

Frank Lanitz git-noreply at xxxxx
Tue Oct 27 22:03:21 UTC 2015


Branch:      refs/heads/master
Author:      Frank Lanitz <frank at frank.uvena.de>
Committer:   Frank Lanitz <frank at frank.uvena.de>
Date:        Tue, 27 Oct 2015 22:03:21 UTC
Commit:      35eb224a009256cbae76c3671b538d1bfd7d0b79
             https://github.com/geany/geany-plugins/commit/35eb224a009256cbae76c3671b538d1bfd7d0b79

Log Message:
-----------
Tableconvert: Fix a typo inside a comment


Modified Paths:
--------------
    tableconvert/src/tableconvert.c

Modified: tableconvert/src/tableconvert.c
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -292,7 +292,7 @@ void convert_to_table(gboolean header, gint file_type)
 		else
 		{
 			/* OK. Something went not as expected.
-			 * We did have a selection but cannot parse it into rows.
+			 * We do have a selection but cannot parse it into rows.
 			 * Aborting */
 			g_warning(_("Something went wrong on parsing selection. Aborting"));
 			return;



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Plugins-Commits mailing list