diff options
| author | Volker RĂ¼melin <vr_strongswan@t-online.de> | 2013-01-10 21:24:37 +0100 |
|---|---|---|
| committer | Martin Willi <martin@revosec.ch> | 2013-01-11 10:21:51 +0100 |
| commit | 10eee5fcba722ab8cb3b9a3e61a698e4b134c869 (patch) | |
| tree | 0294b5a01038264e4c0840e67840d3b3186234ea /src/libcharon/plugins/stroke | |
| parent | 3365bddccf367d3262f0bb34036fb09aa970503c (diff) | |
| download | strongswan-10eee5fcba722ab8cb3b9a3e61a698e4b134c869.tar.bz2 strongswan-10eee5fcba722ab8cb3b9a3e61a698e4b134c869.tar.xz | |
Fixed some typos in comments
Diffstat (limited to 'src/libcharon/plugins/stroke')
| -rw-r--r-- | src/libcharon/plugins/stroke/stroke_config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcharon/plugins/stroke/stroke_config.c b/src/libcharon/plugins/stroke/stroke_config.c index de3f4472e..b100e2450 100644 --- a/src/libcharon/plugins/stroke/stroke_config.c +++ b/src/libcharon/plugins/stroke/stroke_config.c @@ -442,7 +442,7 @@ static auth_cfg_t *build_auth_cfg(private_stroke_config_t *this, cfg = auth_cfg_create(); - /* add identity and peer certifcate */ + /* add identity and peer certificate */ identity = identification_create_from_string(id); if (cert) { |
