From 843862b95f31e9a065e749d0813faa957528b325 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Sun, 13 Dec 2020 19:55:20 +1100 Subject: [PATCH] docs: fix simple typo, inproperly -> improperly There is a small typo in tests/check_check_sub.c. Should read `improperly` rather than `inproperly`. --- tests/check_check_sub.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/check_check_sub.c b/tests/check_check_sub.c index 184a3bf7..1ece41e5 100644 --- a/tests/check_check_sub.c +++ b/tests/check_check_sub.c @@ -2677,7 +2677,7 @@ END_TEST /* * The following test will leak memory because it is calling - * APIs inproperly. The leaked memory cannot be free'd, as + * APIs improperly. The leaked memory cannot be free'd, as * the methods to do so are static. (No user of Check should * call them directly). */