summaryrefslogtreecommitdiff
path: root/gtk/gtkimcontext.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkimcontext.c')
-rw-r--r--gtk/gtkimcontext.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkimcontext.c b/gtk/gtkimcontext.c
index cc0aa32009..925021f907 100644
--- a/gtk/gtkimcontext.c
+++ b/gtk/gtkimcontext.c
@@ -293,7 +293,7 @@ gtk_im_context_get_preedit_string (GtkIMContext *context,
* @event: the key event
*
* Allow an input method to internally handle a key press event.
- * if this function returns %TRUE, then no further processing
+ * If this function returns %TRUE, then no further processing
* should be done for this keystroke.
*
* Return value: %TRUE if the input method handled the keystroke.
@@ -475,7 +475,7 @@ gtk_im_context_set_surrounding (GtkIMContext *context,
* GtkIMContext::retrieve_context signal on the input method; in
* response to this signal, a widget should provide as much context as
* is available, up to an entire paragraph, by calling
- * gtk_im_context_set_surrounding. Note that there is no obligation
+ * gtk_im_context_set_surrounding(). Note that there is no obligation
* for a widget to respond to the ::retrieve_context signal, so input
* methods must be prepared to function without context.
*