Update IFactoryWithAliases.h

This commit is contained in:
alexey-milovidov 2018-07-25 21:46:16 +03:00 committed by GitHub
parent 3888077398
commit dc2c22ffff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,7 +42,7 @@ public:
CaseInsensitive
};
/** Register additional name for creater
/** Register additional name for creator
* real_name have to be already registered.
*/
void registerAlias(const String & alias_name, const String & real_name, CaseSensitiveness case_sensitiveness = CaseSensitive)