Fix common typo, occured should be occurred

This commit is contained in:
James Cameron
2017-08-01 09:39:02 +10:00
parent 5750773dda
commit dd512c9c29
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -246,7 +246,7 @@ class Alert(Gtk.EventBox):
Emitting response when we have a result
A result can be that a user has clicked a button or
a timeout has occured, the id identifies the button
a timeout has occurred, the id identifies the button
that has been clicked and -1 for a timeout
"""
self.emit('response', response_id)