fix inactivity typo

This commit is contained in:
Mitchell Livingston
2010-07-23 11:02:57 +00:00
parent 59e8e02af2
commit feb6e6b785
5 changed files with 14 additions and 14 deletions

View File

@@ -98,8 +98,8 @@
- (BOOL) seedRatioSet;
- (CGFloat) progressStopRatio;
- (tr_inactvelimit) inactiveSetting;
- (void) setInactiveSetting: (tr_inactvelimit) setting;
- (tr_inactivelimit) inactiveSetting;
- (void) setInactiveSetting: (tr_inactivelimit) setting;
- (NSUInteger) inactiveLimitMinutes;
- (void) setInactiveLimitMinutes: (NSUInteger) limit;
- (BOOL) seedInactiveLimitSet;