Skip to content

Commit 18cf99a

Browse files
committed
Fix typos.
1 parent 14d489c commit 18cf99a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Classes/BEMCheckBox.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ - (void)addOnAnimation {
320320
return;
321321

322322
case BEMAnimationTypeOneStroke: {
323-
// Temporary set the path of the checkmarl to the long checkmarl
323+
// Temporary set the path of the checkmark to the long checkmark
324324
self.checkMarkLayer.path = [[self.pathManager pathForLongCheckMark] bezierPathByReversingPath].CGPath;
325325

326326
CABasicAnimation *boxStrokeAnimation = [self.animationManager strokeAnimationReverse:NO];

0 commit comments

Comments
 (0)