summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJustus Winter <justus@g10code.com>2015-11-19 11:29:33 +0100
committerJustus Winter <justus@g10code.com>2015-11-19 11:30:05 +0100
commitee0568476506e54349a38d4bb34bba5635097279 (patch)
treeec6e62f0062ded6dac2deca45a648e1fabe04092 /tests
parent06af687beaa1f8e72a05bd3a057b73fecb158c3d (diff)
downloadlibgpg-error-ee0568476506e54349a38d4bb34bba5635097279.tar.gz
Fix typos found by codespell.
-- Signed-off-by: Justus Winter <justus@g10code.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/t-lock.c4
1 files changed, 2 insertions, 2 deletions
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)