Skip to content

Commit 020cdc1

Browse files
committed
refs #92 - fixing spelling and grammer mistake
1 parent 34e841f commit 020cdc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/MessageBundle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ unparsable_version_error=Version must be in format MAJOR.MINOR but was [{}]!
115115
#for FetchReader.java
116116
reading_fetch_file=Attempting to read [{}].
117117
read_fetch_file_line=Read URL [{}] length [{}] path [{}] from fetch file [{}].
118-
invalid_fetch_file_line_error=The Line [{}] is invalid for fetch.txt. Each line must take the form of <URL> <LENGTH> <FILENAM>.
118+
invalid_fetch_file_line_error=The line [{}] is invalid for fetch.txt. Each line must take the form of <URL> <LENGTH> <FILENAME>.
119119

120120
#for KeyValueReader.java
121121
read_key_value_line=Found key [{}] value [{}] in file [{}] using split regex [{}].

0 commit comments

Comments
 (0)