Skip to content

Commit 4249fae

Browse files
yoshito-umaokayumaoka
authored andcommitted
Fixed typo in source comment in the previous commit
1 parent cae584d commit 4249fae

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

gp-res-filter/src/main/java/com/ibm/g11n/pipeline/resfilter/impl/AmdJsResource.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -384,9 +384,9 @@ static String formatEntry(String key, String value, char quote, int maxColumn, S
384384

385385
/**
386386
* Extracts a substring that fits within the specified maximum length. When the very
387-
* first segment of the given text staring with the index exceeds the specified maximum
387+
* first segment of the given text starting with the index exceeds the specified maximum
388388
* length, this method still returns the segment. So this method always returns a
389-
* non-emptry string.
389+
* non-empty string.
390390
*
391391
* @param text The base text
392392
* @param startIdx The start index within the text to be processed

0 commit comments

Comments
 (0)