mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 23:16:14 +01:00
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:
parent
87e51b0997
commit
1b4453a12f
@ -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:
|
||||||
|
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user