Skip to content

Commit 12e2243

Browse files
committed
Typo
1 parent 75707c6 commit 12e2243

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/org/labkey/test/util/TestDataGenerator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public class TestDataGenerator
8181
public static final char REPEAT_PLACEHOLDER = '\u22EF'; // '⋯' - Used to indicate that the char will be repeated
8282
public static final char ALL_CHARS_PLACEHOLDER = '\u2211'; // '∑' - Used to indicate that all characters from the charset should be used
8383
public static final String NON_LATIN_STRING = "\u0438\u0418\uC548\u306F"; // "иИ안は"
84-
// chose a Character random from this String
84+
// choose a Character random from this String
8585
public static final String CHARSET_STRING = "ABCDEFG01234abcdefvxyz~!@#$%^&*()-+=_{}[]|\\:;\"',.<>" + NON_LATIN_STRING + WIDE_PLACEHOLDER;
8686
public static final String ALPHANUMERIC_STRING = "ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvxyz";
8787
public static final String DOMAIN_SPECIAL_STRING = "+- _.:&()/";

0 commit comments

Comments
 (0)