Skip to content

Commit

Permalink
removed some typo to verify travis before presentation
Browse files Browse the repository at this point in the history
  • Loading branch information
HBehrens committed Mar 18, 2014
1 parent 4f1dc7f commit feaabb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/BeamMusicPlayerViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ - (void)viewDidLoad
[self.volumeView setMaximumVolumeSliderImage:maxImg forState:UIControlStateNormal];
#endif

// explicitly tint buttons
// explicit tint buttons (remove typo in comment, here ;)
rewindButton.tintColor = UIColor.whiteColor;
playButton.tintColor = UIColor.whiteColor;
fastForwardButton.tintColor = UIColor.whiteColor;
Expand Down

0 comments on commit feaabb9

Please sign in to comment.