summaryrefslogtreecommitdiff
path: root/gtk/gtktextbuffer.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2016-03-10 22:46:02 -0500
committerMatthias Clasen <mclasen@redhat.com>2016-03-10 22:46:02 -0500
commit804d330195f4e3a777b64a49d70059af2742f1c0 (patch)
tree4003f7a3b9e32a60f967f883260368b11052c23b /gtk/gtktextbuffer.c
parentf87da278ad5aa20af58b67fcc79a3ffb55b55d28 (diff)
downloadgtk+-804d330195f4e3a777b64a49d70059af2742f1c0.tar.gz
Typo fixes
Fix s/occurence/occurrence in many places.
Diffstat (limited to 'gtk/gtktextbuffer.c')
-rw-r--r--gtk/gtktextbuffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktextbuffer.c b/gtk/gtktextbuffer.c
index 20ced2a2bc..4220fa426f 100644
--- a/gtk/gtktextbuffer.c
+++ b/gtk/gtktextbuffer.c
@@ -3839,7 +3839,7 @@ gtk_text_buffer_paste_clipboard (GtkTextBuffer *buffer,
/* When pasting with the cursor inside the selection area, you
* replace the selection with the new text, otherwise, you
* simply insert the new text at the point where the click
- * occured, unselecting any selected text. The replace_selection
+ * occurred, unselecting any selected text. The replace_selection
* flag toggles this behavior.
*/
data->replace_selection = FALSE;