From 2a19c49829bc278f897df1973dcb655708d6438d Mon Sep 17 00:00:00 2001 From: gitbot-v-60 <92654551+gitbot-v-60@users.noreply.github.com> Date: Sat, 22 Oct 2022 18:02:10 +0200 Subject: [PATCH] Update Category.cs Small typo --- main/Classes/Category.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/Classes/Category.cs b/main/Classes/Category.cs index 4dc92b9..3307de7 100644 --- a/main/Classes/Category.cs +++ b/main/Classes/Category.cs @@ -205,7 +205,7 @@ public void cacheIcons() } } - // Try to load an iamge from the cache + // Try to load an image from the cache // Takes in a programPath (shortcut) and processes it to the proper file name public Image loadImageCache(ProgramShortcut shortcutObject) {