Merge "Omaha #4492 Correct spelling and base configuration file location." into omaha_16.1.1

Former-commit-id: abab69e6ea81a0624ec770c3c6dc44efcb7423aa
This commit is contained in:
Nate Jensen 2015-06-09 09:00:28 -05:00 committed by Gerrit Code Review
commit ae058a5bc7
2 changed files with 1 additions and 1 deletions

View file

@ -51,7 +51,7 @@ import com.raytheon.uf.edex.plugin.text.security.EnvPathWhiteList;
public class FaxSender {
private static final String getDate = "date -u +%Y%m%d%H%M%S";
private static final String ENV_ERROR_FMT = "Unable to valiate environment variable %s.";
private static final String ENV_ERROR_FMT = "Unable to validate environment variable %s.";
private static final String FXA_DATA = "FXA_DATA";