aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/encoding/generator.c
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2017-08-07 17:22:01 +0200
committerTobias Brunner <tobias@strongswan.org>2017-08-07 17:22:01 +0200
commitca280574baae12159973785b11b48de4b50ee39f (patch)
treed510362b9bb9fe91f74527c896585c86cae37d1a /src/libcharon/encoding/generator.c
parentc11d13c4b94a2f0533344a200de2bd8d106ecb97 (diff)
downloadstrongswan-ca280574baae12159973785b11b48de4b50ee39f.tar.bz2
strongswan-ca280574baae12159973785b11b48de4b50ee39f.tar.xz
Fixed some typos, courtesy of codespell
Diffstat (limited to 'src/libcharon/encoding/generator.c')
-rw-r--r--src/libcharon/encoding/generator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcharon/encoding/generator.c b/src/libcharon/encoding/generator.c
index 41aacd4ed..dee1a3f73 100644
--- a/src/libcharon/encoding/generator.c
+++ b/src/libcharon/encoding/generator.c
@@ -86,7 +86,7 @@ struct private_generator_t {
uint8_t current_bit;
/**
- * Associated data struct to read informations from.
+ * Associated data struct to read information from.
*/
void *data_struct;