mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-27 17:52:58 +02:00
gio/*: Fix spelling of determining
$ sed -i s,determing,determining,g gio/gdrive.c
$ sed -i s,determing,determining,g gio/gdbusprivate.c
http://www.merriam-webster.com/dictionary/determining
For some reason according to `git log --follow` the whole file was created during some translation update.
commit c45b813504
Author: Timo Jyrinki <timo@debian.org>
Date: Mon Mar 12 11:02:04 2012 +0200
Finnish translation update from http://l10n.laxstrom.name/wiki/Gnome_3.4 translation sprint
This commit is contained in:
@@ -734,7 +734,7 @@ _g_dbus_worker_do_read_cb (GInputStream *input_stream,
|
|||||||
&error);
|
&error);
|
||||||
if (message_len == -1)
|
if (message_len == -1)
|
||||||
{
|
{
|
||||||
g_warning ("_g_dbus_worker_do_read_cb: error determing bytes needed: %s", error->message);
|
g_warning ("_g_dbus_worker_do_read_cb: error determining bytes needed: %s", error->message);
|
||||||
_g_dbus_worker_emit_disconnected (worker, FALSE, error);
|
_g_dbus_worker_emit_disconnected (worker, FALSE, error);
|
||||||
g_error_free (error);
|
g_error_free (error);
|
||||||
goto out;
|
goto out;
|
||||||
|
@@ -42,7 +42,7 @@
|
|||||||
* #GDrive is a container class for #GVolume objects that stem from
|
* #GDrive is a container class for #GVolume objects that stem from
|
||||||
* the same piece of media. As such, #GDrive abstracts a drive with
|
* the same piece of media. As such, #GDrive abstracts a drive with
|
||||||
* (or without) removable media and provides operations for querying
|
* (or without) removable media and provides operations for querying
|
||||||
* whether media is available, determing whether media change is
|
* whether media is available, determining whether media change is
|
||||||
* automatically detected and ejecting the media.
|
* automatically detected and ejecting the media.
|
||||||
*
|
*
|
||||||
* If the #GDrive reports that media isn't automatically detected, one
|
* If the #GDrive reports that media isn't automatically detected, one
|
||||||
|
Reference in New Issue
Block a user