Skip to content

Commit

Permalink
fix spell error
Browse files Browse the repository at this point in the history
fix spell error
  • Loading branch information
DP committed Feb 8, 2017
1 parent 4d073d6 commit 60dda05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BeeHive/BeeHive.m
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ -(void)loadStaticServices
- (void)tiggerCustomEvent:(NSInteger)eventType{
if(eventType<1000)
return;
[[BHModuleManager sharedManager] tiggerEvent:eventType];
[[BHModuleManager sharedManager] triggerEvent:eventType];
}

@end

0 comments on commit 60dda05

Please sign in to comment.