aboutsummaryrefslogtreecommitdiffstats
path: root/src/libtnccs/plugins
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2015-03-25 10:59:36 +0100
committerTobias Brunner <tobias@strongswan.org>2015-03-25 12:00:20 +0100
commita2ec3b054645d0aa4ea23a48c4262adc856e699b (patch)
treec86a091ef199188761f5b8b140c80df3d253e044 /src/libtnccs/plugins
parenta3c2edb19c7e557b5116692cf44ce925569b95f0 (diff)
downloadstrongswan-a2ec3b054645d0aa4ea23a48c4262adc856e699b.tar.bz2
strongswan-a2ec3b054645d0aa4ea23a48c4262adc856e699b.tar.xz
Fixed some typos, courtesy of codespell
Diffstat (limited to 'src/libtnccs/plugins')
-rw-r--r--src/libtnccs/plugins/tnccs_20/tnccs_20_handler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libtnccs/plugins/tnccs_20/tnccs_20_handler.h b/src/libtnccs/plugins/tnccs_20/tnccs_20_handler.h
index 45df32fc7..a309cbacd 100644
--- a/src/libtnccs/plugins/tnccs_20/tnccs_20_handler.h
+++ b/src/libtnccs/plugins/tnccs_20/tnccs_20_handler.h
@@ -90,7 +90,7 @@ struct tnccs_20_handler_t {
/**
* Handle errors that occurred during PB-TNC batch header processing
*
- * @param batch batch where a fatal error occured
+ * @param batch batch where a fatal error occurred
*/
void (*handle_errors)(tnccs_20_handler_t *this, pb_tnc_batch_t *batch);