Skip to content

Commit 7c930a8

Browse files
favicon comment fix.
1 parent 977622c commit 7c930a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Managers/FavIconManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ public static async void LoadFavicon(ChromiumWebBrowser browser, bool readCacheO
138138

139139

140140
// NOT FOUND!
141-
//if you dont do this, there is residue favicon from previos Website.
141+
//if you dont do this, there is residue favicon from previous Website.
142142
iconBitmap = NotFound_favico;
143143
OnLoaded(browser, iconBitmap);
144144
return;

0 commit comments

Comments
 (0)