diff --git a/updater/utility/Strings.cs b/updater/utility/Strings.cs index 5212b554..1e8632e6 100644 --- a/updater/utility/Strings.cs +++ b/updater/utility/Strings.cs @@ -1,6 +1,6 @@ /* This file is part of the updater command line interface. - Copyright (C) 2017 Dirk Stolle + Copyright (C) 2017, 2024 Dirk Stolle This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -42,7 +42,7 @@ public static string boolToYesNo(bool b) /// Returns a string representation of the application type. /// /// the application type - /// Returns a string indicating the appliation type. + /// Returns a string indicating the application type. public static string appTypeToString(data.ApplicationType appT) { return appT switch