From f3bb1bd0390407cdc0e807cd9789f5d464034479 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Wed, 20 Jul 2011 15:57:53 +0200 Subject: Fixed common misspellings. Mostly found by 'codespell'. --- src/libcharon/control/controller.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/libcharon/control/controller.c') diff --git a/src/libcharon/control/controller.c b/src/libcharon/control/controller.c index 3893a617b..531797100 100644 --- a/src/libcharon/control/controller.c +++ b/src/libcharon/control/controller.c @@ -334,7 +334,7 @@ METHOD(controller_t, terminate_ike, status_t, else { charon->bus->listen(charon->bus, &job.listener.public, &job.public); - /* checkin of the ike_sa happend in the thread that executed the job */ + /* checkin of the ike_sa happened in the thread that executed the job */ charon->bus->set_sa(charon->bus, NULL); } return job.listener.status; @@ -425,7 +425,7 @@ METHOD(controller_t, terminate_child, status_t, else { charon->bus->listen(charon->bus, &job.listener.public, &job.public); - /* checkin of the ike_sa happend in the thread that executed the job */ + /* checkin of the ike_sa happened in the thread that executed the job */ charon->bus->set_sa(charon->bus, NULL); } return job.listener.status; -- cgit v1.2.3