typo
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Thu, 7 Nov 2013 14:50:13 +0000 (15:50 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Thu, 7 Nov 2013 14:50:13 +0000 (15:50 +0100)
sfa/cortexlab/cortexlabpostgres.py

index cd4fc58..dca63f5 100644 (file)
@@ -75,7 +75,7 @@ class IotlabDB(object):
         """
         Class used with this Python singleton design pattern to allow the
         definition of one single instance of iotlab db session in the whole
-        code. Wherever a conenction to the database is needed, this class
+        code. Wherever a connection to the database is needed, this class
         returns the same instance every time. Removes the need for global
         variable throughout the code.
         """