Salome HOME
Copyright update 2020
[modules/smesh.git] / src / Tools / padder / spadderpy / __init__.py
index effd68f7d6c96cb9b2279d536367a744bf882261..b007628c4ab21e2d1e11af2675a1ce13d3ab0eda 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2011-2016  EDF R&D
+# Copyright (C) 2011-2020  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
@@ -98,7 +98,7 @@ def loadSpadderCatalog():
     import SALOME_ModuleCatalog
     catalog = obj._narrow(SALOME_ModuleCatalog.ModuleCatalog)
     if not catalog:
-        raise RuntimeError("Can't accesss module catalog")
+        raise RuntimeError("Can't access module catalog")
 
     filename = getSpadderCatalogFilename()
     catalog.ImportXmlCatalogFile(filename)