mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

jvergara
29.57.2007 eda52f872ac13fcf0984d8b04dc31a426fb2678e
Fix typo.
1 files modified
2 ■■■ changed files
opendj-sdk/opends/src/build-tools/org/opends/build/tools/GenerateMessageFile.java 2 ●●● patch | view | raw | blame | history
opendj-sdk/opends/src/build-tools/org/opends/build/tools/GenerateMessageFile.java
@@ -140,7 +140,7 @@
            .append("\n\nSEVERITY is one of ")
            .append(Severity.getPropertyKeyFormSet().toString())
            .append("\n\nDESCRIPTION is a descriptive string composed ")
            .append("of uppercase characeter, digits and underscores ")
            .append("of uppercase character, digits and underscores ")
            .append("describing the purpose of the message ")
            .append("\n\nORDINAL is an integer between 0 and 65535 that is ")
            .append("unique to other messages defined in this file.\n\n")