aboutsummaryrefslogtreecommitdiffstats
path: root/g13/runner.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--g13/runner.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/g13/runner.c b/g13/runner.c
index 905a0d149..35c68437e 100644
--- a/g13/runner.c
+++ b/g13/runner.c
@@ -470,7 +470,7 @@ runner_cancel (runner_t runner)
{
runner->canceled = 1; /* Mark that we canceled this one already. */
/* FIXME: This does only work if the thread emits status lines. We
- need to change the trhead to wait on an event. */
+ need to change the thread to wait on an event. */
runner->cancel_flag = 1;
/* For now we use the brutal way and kill the process. */
gnupg_kill_process (runner->pid);