[App] fix a typo

This commit is contained in:
donovaly
2020-06-09 04:20:35 +02:00
committed by Yorik van Havre
parent 9dc454ea2a
commit d4223447a2

View File

@@ -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);