Fixed some typos, courtesy of codespell

This commit is contained in:
Tobias Brunner
2013-03-25 10:59:37 +01:00
parent 7e20062fdf
commit cf95d2926c
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1490,7 +1490,7 @@ METHOD(task_manager_t, process_message, status_t,
return SUCCESS;
}
/* reject Main/Agressive Modes once established */
/* reject Main/Aggressive Modes once established */
if (msg->get_exchange_type(msg) == ID_PROT ||
msg->get_exchange_type(msg) == AGGRESSIVE)
{