Skip to content

Commit

Permalink
Fix comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelina Fabbro committed Jul 2, 2012
1 parent f340a05 commit 47234d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MBProgressHUD.m
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@ - (void)drawRect:(CGRect)rect {

// Center HUD
CGRect allRect = self.bounds;
// Draw rounded HUD bacgroud rect
// Draw rounded HUD backgroud rect
CGRect boxRect = CGRectMake(roundf((allRect.size.width - size.width) / 2) + self.xOffset,
roundf((allRect.size.height - size.height) / 2) + self.yOffset, size.width, size.height);
float radius = 10.0f;
Expand Down

0 comments on commit 47234d8

Please sign in to comment.