Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
level3tjg committed Mar 29, 2024
1 parent 23736c5 commit d2dfc81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TWAdBlockSettingsViewController.xm
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ static NSBundle *twAdBlockBundle;
%end

%ctor {
twAdBlockBundle = [NSBundle bundleWithPath:[NSBundle.mainBundle pathForResource:@"TwtichAdBlock"
twAdBlockBundle = [NSBundle bundleWithPath:[NSBundle.mainBundle pathForResource:@"TwitchAdBlock"
ofType:@"bundle"]];
if (!twAdBlockBundle)
twAdBlockBundle = [NSBundle bundleWithPath:@THEOS_PACKAGE_INSTALL_PREFIX
Expand Down

0 comments on commit d2dfc81

Please sign in to comment.