From a4d69e7f14ef56d8ad6af79c8e6bc2f7eb984f33 Mon Sep 17 00:00:00 2001 From: Volker Sobek Date: Fri, 17 Jan 2014 16:25:30 +0100 Subject: docs/comments: Fix spelling of 'explicitly' This replaces all occurrences of 'explicitely' with 'explicitly'. Only code comments and gtk-doc statements are affected. https://bugzilla.gnome.org/show_bug.cgi?id=722429 --- gdk/gdk.c | 4 ++-- gdk/gdkdisplay.c | 2 +- gdk/x11/gdkdnd-x11.c | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'gdk') diff --git a/gdk/gdk.c b/gdk/gdk.c index 7f51acd0b1..6362d9b910 100644 --- a/gdk/gdk.c +++ b/gdk/gdk.c @@ -290,7 +290,7 @@ gdk_pre_parse_libgtk_only (void) * Any arguments used by GDK are removed from the array and @argc and @argv are * updated accordingly. * - * You shouldn't call this function explicitely if you are using + * You shouldn't call this function explicitly if you are using * gtk_init(), gtk_init_check(), gdk_init(), or gdk_init_check(). * * Since: 2.2 @@ -350,7 +350,7 @@ gdk_get_display (void) * Gets the display name specified in the command line arguments passed * to gdk_init() or gdk_parse_args(), if any. * - * Returns: the display name, if specified explicitely, otherwise %NULL + * Returns: the display name, if specified explicitly, otherwise %NULL * this string is owned by GTK+ and must not be modified or freed. * * Since: 2.2 diff --git a/gdk/gdkdisplay.c b/gdk/gdkdisplay.c index f19319d538..d5d1da37bb 100644 --- a/gdk/gdkdisplay.c +++ b/gdk/gdkdisplay.c @@ -1533,7 +1533,7 @@ gdk_display_sync (GdkDisplay *display) * Flushes any requests queued for the windowing system; this happens automatically * when the main loop blocks waiting for new events, but if your application * is drawing without returning control to the main loop, you may need - * to call this function explicitely. A common case where this function + * to call this function explicitly. A common case where this function * needs to be called is when an application is executing drawing commands * from a thread other than the thread where the main loop is running. * diff --git a/gdk/x11/gdkdnd-x11.c b/gdk/x11/gdkdnd-x11.c index 3515feaf2f..6415abf176 100644 --- a/gdk/x11/gdkdnd-x11.c +++ b/gdk/x11/gdkdnd-x11.c @@ -2052,7 +2052,7 @@ gdk_x11_drag_context_find_window (GdkDragContext *context, /* There is some ugliness here. We actually need to pass * _three_ pieces of information to drag_motion - dest_window, * protocol, and the XID of the unproxied window. The first - * two are passed explicitely, the third implicitly through + * two are passed explicitly, the third implicitly through * protocol->dest_xid. */ recipient = _gdk_x11_display_get_drag_protocol (display, -- cgit v1.2.1