Salome HOME
Copyright update 2022
[modules/geom.git] / src / GEOM_SWIG / GEOM_TestField.py
index 69a798c6bd5e918f8b2f724ab73d8bfdb849a665..ee4351c1a1cbe1fb8c42c153ba28b47970b35790 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2016  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2013-2022  CEA/DEN, EDF R&D, OPEN CASCADE
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -44,7 +44,7 @@ MustFail = -1
 geompy = None
 
 def CheckFieldCreation(shape, name, ftype, dimension, componentNames, nbFiOrMustFail=-1):
-    # WARNING: assure name uniquness to check geompy.GetField( shape, name )
+    # WARNING: assure name uniqueness to check geompy.GetField( shape, name )
     try:
         field = geompy.CreateField(shape, name, ftype, dimension, componentNames)
     except Exception as e: