From 31ef895be307dd468d73b4e42b373711fe243971 Mon Sep 17 00:00:00 2001 From: luzpaz Date: Tue, 25 Jul 2017 10:35:06 -0400 Subject: [PATCH] Path: typo fix [skip ci] --- src/Mod/Path/App/AreaPyImp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Path/App/AreaPyImp.cpp b/src/Mod/Path/App/AreaPyImp.cpp index dbf3204119..b71dba3637 100644 --- a/src/Mod/Path/App/AreaPyImp.cpp +++ b/src/Mod/Path/App/AreaPyImp.cpp @@ -160,7 +160,7 @@ static const PyMethodDef areaOverrides[] = { { "abort",(PyCFunction)areaAbort, METH_VARARGS|METH_KEYWORDS|METH_STATIC, "abort(aborting=True): Static method to abort any ongoing operation\n" - "\nTo ensure no stray abortion is left in the previous operaion, it is advised to manually clear\n" + "\nTo ensure no stray abortion is left in the previous operation, it is advised to manually clear\n" "the aborting flag by calling abort(False) before starting a new operation.", }, {