Fixed typo

This commit is contained in:
2023-04-02 22:35:57 +02:00
parent 9e5f766962
commit 18e4bbf535

View File

@@ -55,7 +55,7 @@ public static class ConfigFileManager
} }
else 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 else