mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-22 17:08:53 +02:00
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:
committed by
Kjartan Maraas
parent
fed58d4f82
commit
59ce63340a
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user