[gtk+] Fix a typo



commit b9b196abe39702112311fdff8e1f3fb2fb7342cb
Author: Matthias Clasen <mclasen redhat com>
Date:   Thu May 9 12:02:59 2013 -0400

    Fix a typo
    
    Pointed out in bug
    https://bugzilla.gnome.org/show_bug.cgi?id=698051

 gdk/gdkdevicemanager.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gdk/gdkdevicemanager.c b/gdk/gdkdevicemanager.c
index 5def01a..cb2f227 100644
--- a/gdk/gdkdevicemanager.c
+++ b/gdk/gdkdevicemanager.c
@@ -330,7 +330,7 @@ gdk_device_manager_list_devices (GdkDeviceManager *device_manager,
  * for this application. In X11, window managers may change this depending on the interaction
  * pattern under the presence of several pointers.
  *
- * You should use this function sheldomly, only in code that isn't triggered by a #GdkEvent
+ * You should use this function seldomly, only in code that isn't triggered by a #GdkEvent
  * and there aren't other means to get a meaningful #GdkDevice to operate on.
  *
  * Returns: (transfer none): The client pointer. This memory is


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]