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 2a6dd6e..6602b2c 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 db51aad..3ff2056 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;
        }