Fix a typo.

2007-11-27  Andre Klapper  <a9016009@gmx.de>

	* glocalfileoutputstream.c: Fix a typo.


svn path=/trunk/; revision=5959
This commit is contained in:
Andre Klapper 2007-11-27 16:29:54 +00:00 committed by Andre Klapper
parent 87e51b0997
commit 1b4453a12f
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2007-11-27 Andre Klapper <a9016009@gmx.de>
* glocalfileoutputstream.c: Fix a typo.
2007-11-27 Alexander Larsson <alexl@redhat.com> 2007-11-27 Alexander Larsson <alexl@redhat.com>
* gio.h: * gio.h:

View File

@ -222,7 +222,7 @@ g_local_file_output_stream_close (GOutputStream *stream,
{ {
g_set_error (error, G_IO_ERROR, g_set_error (error, G_IO_ERROR,
g_io_error_from_errno (errno), g_io_error_from_errno (errno),
_("Error renamining temporary file: %s"), _("Error renaming temporary file: %s"),
g_strerror (errno)); g_strerror (errno));
goto err_out; goto err_out;
} }