diff options
author | Tobias Brunner <tobias@strongswan.org> | 2011-02-07 11:13:27 +0100 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2011-02-07 11:39:41 +0100 |
commit | 84545f6e7c3a37c6ef14d97e86a70dded8d3c06d (patch) | |
tree | bfd1fdcbd722cc6a3fd4f38b7ebbc7b995d8b08c /src/conftest/hooks | |
parent | 2b2eecb6ec450f52be0549baaf7d5fef9fb2b0d2 (diff) | |
download | strongswan-84545f6e7c3a37c6ef14d97e86a70dded8d3c06d.tar.bz2 strongswan-84545f6e7c3a37c6ef14d97e86a70dded8d3c06d.tar.xz |
Some typos fixed.
Diffstat (limited to 'src/conftest/hooks')
-rw-r--r-- | src/conftest/hooks/unsort_message.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conftest/hooks/unsort_message.c b/src/conftest/hooks/unsort_message.c index 9af13e8e0..b37b261a4 100644 --- a/src/conftest/hooks/unsort_message.c +++ b/src/conftest/hooks/unsort_message.c @@ -85,7 +85,7 @@ METHOD(listener_t, message, bool, } else { - DBG1(DBG_CFG, "unkown payload to sort: '%s', skipped", name); + DBG1(DBG_CFG, "unknown payload to sort: '%s', skipped", name); } } order->destroy(order); |