From: Thierry Parmentelat Date: Thu, 7 Nov 2013 14:50:13 +0000 (+0100) Subject: typo X-Git-Tag: sfa-3.1-1~50 X-Git-Url: http://git.onelab.eu/?p=sfa.git;a=commitdiff_plain;h=20d650aca62c0de150a8d2e486c86b7cbc52c4c1 typo --- diff --git a/sfa/cortexlab/cortexlabpostgres.py b/sfa/cortexlab/cortexlabpostgres.py index cd4fc585..dca63f53 100644 --- a/sfa/cortexlab/cortexlabpostgres.py +++ b/sfa/cortexlab/cortexlabpostgres.py @@ -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. """