diff options
Diffstat (limited to 'src/libstrongswan/collections/enumerator.c')
-rw-r--r-- | src/libstrongswan/collections/enumerator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstrongswan/collections/enumerator.c b/src/libstrongswan/collections/enumerator.c index 52c9e1cd5..21aa9f66b 100644 --- a/src/libstrongswan/collections/enumerator.c +++ b/src/libstrongswan/collections/enumerator.c @@ -291,7 +291,7 @@ typedef struct { char *string; /** current position */ char *pos; - /** separater chars */ + /** separator chars */ const char *sep; /** trim chars */ const char *trim; |