Typo fixes
Fix s/occurence/occurrence in many places.
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user