From 519284654bbc8800b9ab186a0ac40ab96eb113ee Mon Sep 17 00:00:00 2001 From: Kalle Olavi Niemitalo Date: Sat, 18 Jul 2009 18:09:36 +0300 Subject: [PATCH] Typo fix --- src/session/download.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/session/download.c b/src/session/download.c index ae7c69783..a39ad7e4b 100644 --- a/src/session/download.c +++ b/src/session/download.c @@ -1226,7 +1226,7 @@ init_type_query(struct session *ses, struct download *download, return type_query; } -/** Cancel any download stated for @a type_query, remove the structure +/** Cancel any download started for @a type_query, remove the structure * from the session.type_queries list, and free it. * * @relates type_query */