summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorluz paz <luzpaz@users.noreply.github.com>2021-10-30 17:15:04 -0400
committerTormod Volden <debian.tormod@gmail.com>2021-10-31 17:44:55 +0100
commit14d3bde10f8363f156ef72036d08dbf91f53b980 (patch)
treed5d40b464d2d1d5e97519d10024f46081d2733d4 /tests
parent6992d9bd4f627ae451e8a0371526a38434e074fe (diff)
downloadlibusb-14d3bde10f8363f156ef72036d08dbf91f53b980.tar.gz
Fix various typos in docs/comments
Found via `codespell -q 3` Closes #1015
Diffstat (limited to 'tests')
-rw-r--r--tests/stress.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/stress.c b/tests/stress.c
index a5c9d50..0dc9173 100644
--- a/tests/stress.c
+++ b/tests/stress.c
@@ -133,7 +133,7 @@ static libusb_testlib_result test_default_context_change(void)
/* Enable debug output on new context, to be sure to use the context */
libusb_set_option(ctx, LIBUSB_OPTION_LOG_LEVEL, LIBUSB_LOG_LEVEL_DEBUG);
- /* Enable debug outout on the default context. This should work even before
+ /* Enable debug output on the default context. This should work even before
* the context has been created. */
libusb_set_option(NULL, LIBUSB_OPTION_LOG_LEVEL, LIBUSB_LOG_LEVEL_DEBUG);