utils: Typo fixes in qpaeq
authorArun Raghavan <arun.raghavan@collabora.co.uk>
Tue, 13 Dec 2011 03:46:40 +0000 (09:16 +0530)
committerArun Raghavan <arun.raghavan@collabora.co.uk>
Tue, 13 Dec 2011 03:48:53 +0000 (09:18 +0530)
Pointed out by John Frankish <j-frankish@slb.com> in:

https://bugs.freedesktop.org/show_bug.cgi?id=43733

src/utils/qpaeq

index 951e70f..5a7901e 100755 (executable)
@@ -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)