diff options
| author | Tobias Brunner <tobias@strongswan.org> | 2015-03-25 10:59:36 +0100 |
|---|---|---|
| committer | Tobias Brunner <tobias@strongswan.org> | 2015-03-25 12:00:20 +0100 |
| commit | a2ec3b054645d0aa4ea23a48c4262adc856e699b (patch) | |
| tree | c86a091ef199188761f5b8b140c80df3d253e044 /src/libcharon/plugins | |
| parent | a3c2edb19c7e557b5116692cf44ce925569b95f0 (diff) | |
| download | strongswan-a2ec3b054645d0aa4ea23a48c4262adc856e699b.tar.bz2 strongswan-a2ec3b054645d0aa4ea23a48c4262adc856e699b.tar.xz | |
Fixed some typos, courtesy of codespell
Diffstat (limited to 'src/libcharon/plugins')
| -rw-r--r-- | src/libcharon/plugins/forecast/forecast_listener.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcharon/plugins/forecast/forecast_listener.c b/src/libcharon/plugins/forecast/forecast_listener.c index 35962c294..63a8cb15b 100644 --- a/src/libcharon/plugins/forecast/forecast_listener.c +++ b/src/libcharon/plugins/forecast/forecast_listener.c @@ -76,7 +76,7 @@ typedef struct { u_int32_t spi; /** use UDP encapsulation */ bool encap; - /** wheter we should allow reencapsulation of IPsec received forecasts */ + /** whether we should allow reencapsulation of IPsec received forecasts */ bool reinject; /** broadcast address used for that entry */ u_int32_t broadcast; |
