From eed87e1d766a2f74ae0017b01a8fd026dddb7156 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Fri, 18 Apr 2008 10:58:36 +0000 Subject: [PATCH] typo --- src/libstrongswan/chunk.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libstrongswan/chunk.h b/src/libstrongswan/chunk.h index af0e9c4f3..447469b06 100644 --- a/src/libstrongswan/chunk.h +++ b/src/libstrongswan/chunk.h @@ -65,7 +65,7 @@ size_t chunk_length(const char *mode, ...); /** * Concatenate chunks into a chunk pointing to "ptr", * "mode" is a string of "c" (copy) and "m" (move), which says - * how to handle to chunks in "..." + * how to handle the chunks in "..." */ chunk_t chunk_create_cat(u_char *ptr, const char* mode, ...);