Browse Source

Typo in a comment

Source commit: 2f1b25aee75cade9ccffe6b6ecb4be18803f0070
Martin Prikryl 1 year ago
parent
commit
80b8c92a38
1 changed files with 1 additions and 1 deletions
  1. 1 1
      source/packages/my/PasTools.pas

+ 1 - 1
source/packages/my/PasTools.pas

@@ -531,7 +531,7 @@ begin
        ImageList_GetIconSize(Handle, Width, Height) then
     begin
 
-      // We could use AddOrSetValue instead, but to be on a safe siz, we prefer e.g. SHIL_SMALL over SHIL_SYSSMALL,
+      // We could use AddOrSetValue instead, but to be on a safe side, we prefer e.g. SHIL_SMALL over SHIL_SYSSMALL,
       // while they actually can be the same
       if not ShellImageLists.ContainsKey(Width) then
       begin