diff --git a/setup.py b/setup.py index ef229d3..341f7ce 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ try: from PyQt4.QtGui import QApplication except: log.warning( - 'You should install PtQt4 module in order to run the GUI. See the README.') + 'You should install PyQt4 module in order to run the GUI. See the README.') setup(name="schainpy",