Merging the openflow part to the nepi-3-dev branch
[nepi.git] / src / nepi / resources / omf / omf_client.py
index f216fba..05af4f1 100644 (file)
@@ -27,8 +27,8 @@ try:
         pass
 except ImportError:
     msg = ("SleekXMPP is not installed. Without this library "
-          " you will be not able to use OMF Resources "
-          " if you want to install SleekXmpp : \n"
+          "you will be not able to use OMF Resources "
+          "if you want to install SleekXmpp: \n"
           " git clone -b develop git://github.com/fritzy/SleekXMPP.git \n"
           " cd SleekXMPP \n"
           " sudo python setup.py install\n")