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/libstrongswan/plugins/x509/x509_cert.c | |
parent | 2b2eecb6ec450f52be0549baaf7d5fef9fb2b0d2 (diff) | |
download | strongswan-84545f6e7c3a37c6ef14d97e86a70dded8d3c06d.tar.bz2 strongswan-84545f6e7c3a37c6ef14d97e86a70dded8d3c06d.tar.xz |
Some typos fixed.
Diffstat (limited to 'src/libstrongswan/plugins/x509/x509_cert.c')
-rw-r--r-- | src/libstrongswan/plugins/x509/x509_cert.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstrongswan/plugins/x509/x509_cert.c b/src/libstrongswan/plugins/x509/x509_cert.c index d4fb4e075..c3bb4ea5b 100644 --- a/src/libstrongswan/plugins/x509/x509_cert.c +++ b/src/libstrongswan/plugins/x509/x509_cert.c @@ -648,7 +648,7 @@ static void parse_authorityInfoAccess(chunk_t blob, int level0, } break; default: - /* unkown accessMethod, ignoring */ + /* unknown accessMethod, ignoring */ break; } break; |