From 020cdc1a60845ba917337ae74a6c09292a03f4b5 Mon Sep 17 00:00:00 2001 From: John Scancella Date: Tue, 27 Jun 2017 10:20:28 -0400 Subject: [PATCH] refs #92 - fixing spelling and grammer mistake --- src/main/resources/MessageBundle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/MessageBundle.properties b/src/main/resources/MessageBundle.properties index db5ab2091..cf4347e28 100644 --- a/src/main/resources/MessageBundle.properties +++ b/src/main/resources/MessageBundle.properties @@ -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 . +invalid_fetch_file_line_error=The line [{}] is invalid for fetch.txt. Each line must take the form of . #for KeyValueReader.java read_key_value_line=Found key [{}] value [{}] in file [{}] using split regex [{}].