From c11ef9b9898776e57c664cd3ab60df83d599acdf Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Robert=20P=C3=B6sel?= <robyer@seznam.cz>
Date: Sun, 13 Jan 2013 11:47:35 +0000
Subject: typo.

git-svn-id: http://svn.miranda-ng.org/main/trunk@3092 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
---
 plugins/NewsAggregator/Src/Services.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'plugins')

diff --git a/plugins/NewsAggregator/Src/Services.cpp b/plugins/NewsAggregator/Src/Services.cpp
index 266d386b32..10f0e72941 100644
--- a/plugins/NewsAggregator/Src/Services.cpp
+++ b/plugins/NewsAggregator/Src/Services.cpp
@@ -63,7 +63,7 @@ int NewsAggrInit(WPARAM wParam, LPARAM lParam)
 	HookEvent(ME_TTB_MODULELOADED, OnToolbarLoaded);
 
 	// timer for the first update
-	timerId = SetTimer(NULL, 0, 10000, timerProc2);  // first update is 5 sec after load
+	timerId = SetTimer(NULL, 0, 10000, timerProc2);  // first update is 10 sec after load
 
 	return 0;
 }
-- 
cgit v1.2.3