aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/tests
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2015-08-27 12:06:31 +0200
committerTobias Brunner <tobias@strongswan.org>2015-08-27 12:06:31 +0200
commit7a1fed284c39ca0bd353cc6ff504f57dd101e219 (patch)
tree603172c468bc5e7e1a4c2d60fa071b8836ba3dd6 /src/libstrongswan/tests
parentc605a96d7f7b8f751ad3e3a928c11f3e2da143a0 (diff)
downloadstrongswan-7a1fed284c39ca0bd353cc6ff504f57dd101e219.tar.bz2
strongswan-7a1fed284c39ca0bd353cc6ff504f57dd101e219.tar.xz
Fixed some typos, courtesy of codespell
Diffstat (limited to 'src/libstrongswan/tests')
-rw-r--r--src/libstrongswan/tests/suites/test_chunk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstrongswan/tests/suites/test_chunk.c b/src/libstrongswan/tests/suites/test_chunk.c
index 312a187ac..6272ca795 100644
--- a/src/libstrongswan/tests/suites/test_chunk.c
+++ b/src/libstrongswan/tests/suites/test_chunk.c
@@ -1020,7 +1020,7 @@ START_TEST(test_printf_hook)
int len;
/* %B should be the same as %b, which is what we check, comparing the
- * acutal result could be tricky as %b prints the chunk's memory address */
+ * actual result could be tricky as %b prints the chunk's memory address */
len = snprintf(buf, sizeof(buf), "%B", &printf_hook_data[_i].in);
ck_assert(len >= 0 && len < sizeof(buf));
len = snprintf(mem, sizeof(mem), "%b", printf_hook_data[_i].in.ptr,