Typo fixes

Fix s/occurence/occurrence in many places.
This commit is contained in:
Matthias Clasen
2016-03-10 22:46:02 -05:00
parent f87da278ad
commit 804d330195
8 changed files with 15 additions and 15 deletions

View File

@ -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;