Fix typo: occured -> occurred

This commit is contained in:
Joseph Herlant 2018-09-17 09:52:36 -07:00
parent d70613151c
commit 08d0dc6930
No known key found for this signature in database
GPG key ID: 63F7800A23D7B252

View file

@ -25,7 +25,7 @@ try:
except ImportError as e:
sys.stderr.write('There was an error importing needed libraries\n'
'Make sure you have qt5 and dbus-python installed\n'
'The error that occured was:\n'
'The error that occurred was:\n'
'\t%s\n' % (str(e)))
sys.exit(-1)