mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-19 08:57:00 -05:00
Fix typo: occured -> occurred
This commit is contained in:
parent
d70613151c
commit
08d0dc6930
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ try:
|
||||||
except ImportError as e:
|
except ImportError as e:
|
||||||
sys.stderr.write('There was an error importing needed libraries\n'
|
sys.stderr.write('There was an error importing needed libraries\n'
|
||||||
'Make sure you have qt5 and dbus-python installed\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)))
|
'\t%s\n' % (str(e)))
|
||||||
sys.exit(-1)
|
sys.exit(-1)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue