From 1b4453a12f76928bc5ae49a8da7c1f7259055a1d Mon Sep 17 00:00:00 2001 From: Andre Klapper Date: Tue, 27 Nov 2007 16:29:54 +0000 Subject: [PATCH] Fix a typo. 2007-11-27 Andre Klapper * glocalfileoutputstream.c: Fix a typo. svn path=/trunk/; revision=5959 --- gio/ChangeLog | 4 ++++ gio/glocalfileoutputstream.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gio/ChangeLog b/gio/ChangeLog index 2a6dd6ea7..6602b2c97 100644 --- a/gio/ChangeLog +++ b/gio/ChangeLog @@ -1,3 +1,7 @@ +2007-11-27 Andre Klapper + + * glocalfileoutputstream.c: Fix a typo. + 2007-11-27 Alexander Larsson * gio.h: diff --git a/gio/glocalfileoutputstream.c b/gio/glocalfileoutputstream.c index db51aad01..3ff205669 100644 --- a/gio/glocalfileoutputstream.c +++ b/gio/glocalfileoutputstream.c @@ -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; }