Skip to content

Commit

Permalink
comment spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashton-W committed Mar 23, 2015
1 parent 4f0d277 commit 615ae99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CRToast/CRToastView.m
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ @interface CRToastView ()

// UIApplication's statusBarFrame will return a height for the status bar that includes
// a 5 pixel vertical padding. This frame height is inappropriate to use when centering content
// vertically under the status bar. This adjustment is uesd to correct the frame height when centering
// vertically under the status bar. This adjustment is used to correct the frame height when centering
// content under the status bar.

static CGFloat const CRStatusBarViewUnderStatusBarYOffsetAdjustment = -5;
Expand Down

0 comments on commit 615ae99

Please sign in to comment.