Update Dynamic.java

Original Pull Request #2357
Closes #2359

(cherry picked from commit f8ddf16c0cb85c8a5ce1427600f083720f61c914)
(cherry picked from commit a1094527a9e12a6a711e502aa2f65f285805de8e)
This commit is contained in:
Tiny 2022-11-11 03:09:56 +08:00 committed by Peter-Josef Meisch
parent 79813a428b
commit 831b12a686
No known key found for this signature in database
GPG Key ID: DE108246970C7708

View File

@ -46,7 +46,7 @@ public enum Dynamic {
/**
* Inherit the dynamic setting from their parent object or from the mapping type.
*/
INHERIT("nherit");
INHERIT("inherit");
private final String mappedName;