Skip to content

Commit e39ec8f

Browse files
authored
CLDR-18920 fix typo in CompareEn.java (#5037)
1 parent cc184ca commit e39ec8f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/site/downloads/brs-copy-en_gb-to-en_001.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ The program **CompareEn.java** can be used to copy data from en_GB up to en_001.
2525
4. You'll then want to retract any items that shouldn't be copied.
2626
5. Change CompareEn.java if there are paths that should be skipped in the future.
2727
2. Once you agree on the results, you'll run -u.
28-
1. That will modify your local copy of en\_oo1.xml
28+
1. That will modify your local copy of en\_001.xml
2929
2. Then do a diff with HEAD to make sure it matches expectations
30-
3. Then check in en\_oo1.xml and CompareEn.java
30+
3. Then check in en\_001.xml and CompareEn.java
3131

3232
## Review guidelines for inclusion in en_001
3333

tools/cldr-code/src/main/java/org/unicode/cldr/tool/CompareEn.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
public class CompareEn {
2525

2626
enum MyOptions {
27-
uplevel(new Params().setHelp("move elements from en_GB into en_oo1")),
27+
uplevel(new Params().setHelp("move elements from en_GB into en_001")),
2828
verbose(new Params().setHelp("verbose output")),
2929
;
3030

0 commit comments

Comments
 (0)