From 18e4bbf535661e084b84fa46442924d8d74ba9a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miskolczi=20Rich=C3=A1rd?= Date: Sun, 2 Apr 2023 22:35:57 +0200 Subject: [PATCH] Fixed typo --- Common/ConfigFileManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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