Fixed some typos in comments

This commit is contained in:
Volker Rümelin
2013-01-11 10:21:51 +01:00
committed by Martin Willi
parent 3365bddccf
commit 10eee5fcba
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -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)
{