mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-04 00:13:40 +02: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:
committed by
Andre Klapper
parent
87e51b0997
commit
1b4453a12f
@@ -222,7 +222,7 @@ g_local_file_output_stream_close (GOutputStream *stream,
|
||||
{
|
||||
g_set_error (error, G_IO_ERROR,
|
||||
g_io_error_from_errno (errno),
|
||||
_("Error renamining temporary file: %s"),
|
||||
_("Error renaming temporary file: %s"),
|
||||
g_strerror (errno));
|
||||
goto err_out;
|
||||
}
|
||||
|
Reference in New Issue
Block a user