diff --git a/Common/ConfigFileManager.cs b/Common/ConfigFileManager.cs index ec6437b..0906764 100644 --- a/Common/ConfigFileManager.cs +++ b/Common/ConfigFileManager.cs @@ -55,7 +55,7 @@ public static class ConfigFileManager } else { - throw new InvalidConfigurationException("One or more required fileds were missing from the configuration file."); + throw new InvalidConfigurationException("One or more required fields were missing from the configuration file."); } } else