diff options
author | Tobias Brunner <tobias@strongswan.org> | 2011-07-20 15:57:53 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2011-07-20 16:14:10 +0200 |
commit | f3bb1bd0390407cdc0e807cd9789f5d464034479 (patch) | |
tree | b4f0a5dea4b9f4814bbdec5f1809dec532b9d458 /src/pluto/kernel_alg.c | |
parent | 20a44a5c66960db55803e8a24a3f855a7462adf1 (diff) | |
download | strongswan-f3bb1bd0390407cdc0e807cd9789f5d464034479.tar.bz2 strongswan-f3bb1bd0390407cdc0e807cd9789f5d464034479.tar.xz |
Fixed common misspellings.
Mostly found by 'codespell'.
Diffstat (limited to 'src/pluto/kernel_alg.c')
-rw-r--r-- | src/pluto/kernel_alg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pluto/kernel_alg.c b/src/pluto/kernel_alg.c index eab2a8f06..b4b18fd80 100644 --- a/src/pluto/kernel_alg.c +++ b/src/pluto/kernel_alg.c @@ -205,7 +205,7 @@ bool kernel_alg_esp_ok_final(u_int ealg, u_int key_len, u_int aalg, /* * key_len passed comes from esp_attrs read from peer - * For many older algoritms (eg 3DES) this key_len is fixed + * For many older algorithms (eg 3DES) this key_len is fixed * and get passed as 0. * ... then get default key_len */ |