Skip to content

Commit

Permalink
Fixed another typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
matej committed Nov 14, 2011
1 parent f5d0deb commit 5d72491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Demo/Classes/HudDemoViewController.m
Expand Up @@ -73,7 +73,7 @@ - (IBAction)showWithDetailsLabel:(id)sender {

HUD.delegate = self;
HUD.labelText = @"Loading";
HUD.detailsLabelText = @"udating data";
HUD.detailsLabelText = @"updating data";
HUD.square = YES;

[HUD showWhileExecuting:@selector(myTask) onTarget:self withObject:nil animated:YES];
Expand Down

0 comments on commit 5d72491

Please sign in to comment.