Fix typo. Same here.

2001-01-19  Kjartan Maraas  <kmaraas@gnome.org>

	* gconvert.c: Fix typo.
	* gfileutils.c: Same here.
This commit is contained in:
Kjartan Maraas
2001-01-19 08:32:46 +00:00
committed by Kjartan Maraas
parent fed58d4f82
commit 59ce63340a
13 changed files with 53 additions and 5 deletions

View File

@@ -646,7 +646,7 @@ g_file_open_tmp (const char *tmpl,
g_set_error (error,
G_FILE_ERROR,
G_FILE_ERROR_FAILED,
_("Template '%s' doesn end with XXXXXX"),
_("Template '%s' doesn't end with XXXXXX"),
tmpl);
return -1;
}