diff --git a/IconExtractor/IconExtractor.cs b/IconExtractor/IconExtractor.cs index ea167ba..a733228 100644 --- a/IconExtractor/IconExtractor.cs +++ b/IconExtractor/IconExtractor.cs @@ -155,7 +155,7 @@ private void Initialize(string fileName) ENUMRESNAMEPROC callback = (h, t, name, l) => { - // Refer the following URL for the data structures used here: + // Refer to the following URL for the data structures used here: // http://msdn.microsoft.com/en-us/library/ms997538.aspx // RT_GROUP_ICON resource consists of a GRPICONDIR and GRPICONDIRENTRY's.