From 3000dd8deea20dec49cc65206a1a6469fc344e87 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Sat, 10 Oct 2020 17:24:27 +1100 Subject: [PATCH] docs: fix simple typo, debuging -> debugging There is a small typo in log.h. Should read `debugging` rather than `debuging`. --- log.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/log.h b/log.h index 7cccc2b..51b8478 100644 --- a/log.h +++ b/log.h @@ -1,5 +1,5 @@ /* - * log.h -- macros for logging and debuging. + * log.h -- macros for logging and debugging. * * Examples: *