]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.modeling/scl/Simantics/Rename.scl
Fixed typo from string returned from Rename.renameNode
[simantics/platform.git] / bundles / org.simantics.modeling / scl / Simantics / Rename.scl
index cb048e037ff672cb87841f22bd53adab9316866f..e7667ed877a59ab1bb841341a44f3c1039e110ab 100644 (file)
@@ -11,7 +11,7 @@ importJava "org.simantics.modeling.Rename" where
     Example:
     
         > renameNode resource "NewName"
-        "Succesfully renamed oldName to NewName"
+        "Successfully renamed oldName to NewName"
         
     or error if failed
     """
@@ -26,7 +26,7 @@ Renames the given `entity` with the given `newName` and returns
 Example:
 
     > renameMBNode entity "NewName"
-    "Succesfully renamed oldName to NewName"
+    "Successfully renamed oldName to NewName"
     
 or error if failed
 """