From 84dd53d539d8ac7d850088852ffc353421c2b1fa Mon Sep 17 00:00:00 2001 From: "luz.paz" Date: Fri, 19 Jul 2019 15:35:14 -0400 Subject: [PATCH] Fix extra grammar issue in src/App --- src/App/Document.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App/Document.h b/src/App/Document.h index ac374c9c9d..ccfe0c9827 100644 --- a/src/App/Document.h +++ b/src/App/Document.h @@ -515,7 +515,7 @@ protected: /// callback from the Document objects after property was changed void onChangedProperty(const DocumentObject *Who, const Property *What); /// helper which Recompute only this feature - /// @return 0 if succeed, 1 if failed, -1 if aborted by user. + /// @return 0 if succeeded, 1 if failed, -1 if aborted by user. int _recomputeFeature(DocumentObject* Feat); void _clearRedos();