From 5c737973cf154189d12c31f538935bd45d112abb Mon Sep 17 00:00:00 2001 From: luz paz Date: Sat, 25 Dec 2021 09:55:13 -0500 Subject: [PATCH] Link: Fix doxygen typo --- src/App/Link.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App/Link.h b/src/App/Link.h index 0a38bf8a41..69e9874386 100644 --- a/src/App/Link.h +++ b/src/App/Link.h @@ -99,7 +99,7 @@ public: #define LINK_PARAM_COPY_ON_CHANGE(...) \ (LinkCopyOnChange, long, App::PropertyEnumeration, ((long)0), \ "Disabled: disable copy on change\n"\ - "Enabled: enable copy linked object on change of any of its propert marked as CopyOnChange\n"\ + "Enabled: enable copy linked object on change of any of its properties marked as CopyOnChange\n"\ "Owned: indicate the linked object has been copied and is own owned by the link. And the\n"\ " the link will try to sync any change of the original linked object back to the copy.",\ ##__VA_ARGS__)