From bb2e60a142ca0a2f95a168751073e17f7623a552 Mon Sep 17 00:00:00 2001 From: Arun Raghavan Date: Tue, 13 Dec 2011 09:16:40 +0530 Subject: [PATCH] utils: Typo fixes in qpaeq Pointed out by John Frankish in: https://bugs.freedesktop.org/show_bug.cgi?id=43733 --- src/utils/qpaeq | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/utils/qpaeq b/src/utils/qpaeq index 951e70f88..5a7901ed5 100755 --- a/src/utils/qpaeq +++ b/src/utils/qpaeq @@ -23,8 +23,8 @@ try: import dbus.mainloop.qt import dbus except ImportError as e: - sys.stderr.write('There was an error importing need libraries\n' - 'Make sure you haveqt4 and dbus forthon installed\n' + sys.stderr.write('There was an error importing needed libraries\n' + 'Make sure you have qt4 and dbus-python installed\n' 'The error that occured was:\n' '\t%s\n' % (str(e))) sys.exit(-1)