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

jvergara
29.57.2007 4b02c155f1f15d8953f7d07c10eef7b42879697c
Fix typo.
1 files modified
2 ■■■ changed files
opends/src/build-tools/org/opends/build/tools/GenerateMessageFile.java 2 ●●● patch | view | raw | blame | history
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")