Salome HOME
Typo fixes by Kunda
[modules/smesh.git] / src / Tools / padder / spadderpy / __init__.py
index effd68f7d6c96cb9b2279d536367a744bf882261..d0fc7bbf3d68d6c665b20f8a244dac72f33b25ab 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2011-2016  EDF R&D
+# Copyright (C) 2011-2019  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)