Skip to content

Commit

Permalink
fix a typo in a code comment
Browse files Browse the repository at this point in the history
  • Loading branch information
striezel committed Oct 13, 2024
1 parent 9b13e31 commit 7ed8a32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions updater/utility/Strings.cs
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -42,7 +42,7 @@ public static string boolToYesNo(bool b)
/// Returns a string representation of the application type.
/// </summary>
/// <param name="appT">the application type</param>
/// <returns>Returns a string indicating the appliation type.</returns>
/// <returns>Returns a string indicating the application type.</returns>
public static string appTypeToString(data.ApplicationType appT)
{
return appT switch
Expand Down

0 comments on commit 7ed8a32

Please sign in to comment.