Fix a typo.
authorAndre Klapper <a9016009@gmx.de>
Tue, 27 Nov 2007 16:29:54 +0000 (16:29 +0000)
committerAndre Klapper <aklapper@src.gnome.org>
Tue, 27 Nov 2007 16:29:54 +0000 (16:29 +0000)
2007-11-27  Andre Klapper  <a9016009@gmx.de>

* glocalfileoutputstream.c: Fix a typo.

svn path=/trunk/; revision=5959

gio/ChangeLog
gio/glocalfileoutputstream.c

index 2a6dd6ea71a9d84c149543f002c362aea6e6d5e6..6602b2c97a4cef1c79a8b45b7a8a14782f136f7d 100644 (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>
 
        * gio.h:
index db51aad01ae295045cd3e1fb38e7d5740c448e17..3ff2056690f7220f7bcef2514a96b15955fcfbde 100644 (file)
@@ -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;
        }