@@ -1588,12 +1588,12 @@ #endif - (void)of_reloadSystemConfig { /* - * TODO: Rather than reparsing every, check what actually changed - * (mtime) and only reset those. + * TODO: Rather than reparsing every time, check what actually changed + * (mtime) and only reset those. */ if (_lastConfigReload != nil && _configReloadInterval > 0 && _lastConfigReload.timeIntervalSinceNow < _configReloadInterval) return;