From a96e5ffbe087bc320c833b59f733675efd15ec5d Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Wed, 10 Jul 2013 10:56:18 +0200 Subject: [PATCH] spelling --- lib/isc/include/isc/task.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/isc/include/isc/task.h b/lib/isc/include/isc/task.h index 4e4fbfb94a..2293237b28 100644 --- a/lib/isc/include/isc/task.h +++ b/lib/isc/include/isc/task.h @@ -632,7 +632,7 @@ isc_task_setprivilege(isc_task_t *task, isc_boolean_t priv); * 'priv'. * * Under normal circumstances this flag has no effect on the task behavior, - * but when the task manager has been set to privileged exeuction mode via + * but when the task manager has been set to privileged execution mode via * isc_taskmgr_setmode(), only tasks with the flag set will be executed, * and all other tasks will wait until they're done. Once all privileged * tasks have finished executing, the task manager will automatically