From fe6dfabbb4d4ec392e3f7b84f3d256d30178b86a Mon Sep 17 00:00:00 2001 From: donovaly Date: Tue, 9 Jun 2020 04:20:35 +0200 Subject: [PATCH] [App] fix a typo --- src/App/PropertyStandard.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App/PropertyStandard.h b/src/App/PropertyStandard.h index 20894d66e7..f9e4cedc77 100644 --- a/src/App/PropertyStandard.h +++ b/src/App/PropertyStandard.h @@ -154,12 +154,12 @@ public: */ void setEnums(const char** plEnums); /** set the enum by a string - * is slower the setValue(long). Use long if possible + * is slower than setValue(long). Use long if possible */ void setValue(const char* value); /** set directly the enum value * In DEBUG checks for boundaries. - * Is faster then using setValue(const char*). + * Is faster than using setValue(const char*). */ void setValue(long);