From ee0568476506e54349a38d4bb34bba5635097279 Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Thu, 19 Nov 2015 11:29:33 +0100 Subject: Fix typos found by codespell. -- Signed-off-by: Justus Winter --- tests/t-lock.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/t-lock.c') diff --git a/tests/t-lock.c b/tests/t-lock.c index 831e224..1ccf815 100644 --- a/tests/t-lock.c +++ b/tests/t-lock.c @@ -81,7 +81,7 @@ init_accounts (void) } -/* Check that the sum of all accounts matches the intial sum. */ +/* Check that the sum of all accounts matches the initial sum. */ static void check_accounts (void) { @@ -114,7 +114,7 @@ get_rand (int high) } -/* Pick a random account. Note that this fucntion is not +/* Pick a random account. Note that this function is not thread-safe. */ static int pick_account (void) -- cgit v1.2.3