Salome HOME
[MEDCalc] Multiple slices + other minor imps:
[modules/med.git] / src / MEDCalc / tui / fieldproxy.py
index f74f97d52f55ed5fa2f3e70fea505beb48d3530c..ac80b13a0066cc53c9cc016d9e67bed36bc7ef7d 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2011-2015  CEA/DEN, EDF R&D
+# Copyright (C) 2011-2016  CEA/DEN, EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -48,7 +48,7 @@ def _typeOfFieldLabel(typeOfField):
   try:
     return __mapTypeOfFieldLabel[typeOfField]
   except IndexError, e:
-    return "UNCKNOWN"
+    return "UNKNOWN"
 #
 
 def newFieldProxy(fieldHandlerId):