Commit 99f572f9 by Sebastián Katzer

Merge pull request #420 from MichelReij/master

Fixed interval constant "hour"
parents d70ffb5d 7f86e12d
......@@ -159,7 +159,7 @@ NSString* const DEFAULT_SOUND = @"res://platform_default";
else if ([interval isEqualToString:@"minute"]) {
return NSCalendarUnitMinute;
}
else if ([interval isEqualToString:@"houre"]) {
else if ([interval isEqualToString:@"hour"]) {
return NSCalendarUnitHour;
}
else if ([interval isEqualToString:@"day"]) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment