Skip to content

Commit

Permalink
refs #92 - fixing spelling and grammer mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
johnscancella committed Jun 27, 2017
1 parent 34e841f commit 020cdc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/MessageBundle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ unparsable_version_error=Version must be in format MAJOR.MINOR but was [{}]!
#for FetchReader.java
reading_fetch_file=Attempting to read [{}].
read_fetch_file_line=Read URL [{}] length [{}] path [{}] from fetch file [{}].
invalid_fetch_file_line_error=The Line [{}] is invalid for fetch.txt. Each line must take the form of <URL> <LENGTH> <FILENAM>.
invalid_fetch_file_line_error=The line [{}] is invalid for fetch.txt. Each line must take the form of <URL> <LENGTH> <FILENAME>.

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

0 comments on commit 020cdc1

Please sign in to comment.