aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/control/controller.c
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2011-07-20 15:57:53 +0200
committerTobias Brunner <tobias@strongswan.org>2011-07-20 16:14:10 +0200
commitf3bb1bd0390407cdc0e807cd9789f5d464034479 (patch)
treeb4f0a5dea4b9f4814bbdec5f1809dec532b9d458 /src/libcharon/control/controller.c
parent20a44a5c66960db55803e8a24a3f855a7462adf1 (diff)
downloadstrongswan-f3bb1bd0390407cdc0e807cd9789f5d464034479.tar.bz2
strongswan-f3bb1bd0390407cdc0e807cd9789f5d464034479.tar.xz
Fixed common misspellings.
Mostly found by 'codespell'.
Diffstat (limited to 'src/libcharon/control/controller.c')
-rw-r--r--src/libcharon/control/controller.c4
1 files changed, 2 insertions, 2 deletions
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;