Skip to content

Commit c2e6e25

Browse files
author
Yoshito Umaoka
committed
Fixed a typo - transaltion
1 parent c66b9b3 commit c2e6e25

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gp-cli/src/main/java/com/ibm/g11n/pipeline/tools/cli/ExportCmd.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ final class ExportCmd extends BundleCmd {
7676

7777
@Parameter(
7878
names = {"-r", "--reviewedOnly"},
79-
description = "Includes only reviewed transaltion.",
79+
description = "Includes only reviewed translation.",
8080
required = false)
8181
private boolean reviewedOnly = false;
8282

0 commit comments

Comments
 (0)