From 90c49101ee242ccb9a449108f9c95ee14aaf5302 Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Thu, 2 Dec 2021 13:54:37 -0800 Subject: [PATCH] src/logger/logger.scm: Fix spelling of "invocation". --- src/logging/logger.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/logging/logger.scm b/src/logging/logger.scm index 7ff4f43..d88cdf8 100644 --- a/src/logging/logger.scm +++ b/src/logging/logger.scm @@ -291,7 +291,7 @@ This optional parameter must be a function that takes three arguments: the log level, the time (as from @code{current-time}), and the log string itself. The function must return a string representing the formatted log. -Here is an example invokation of the default formatter, and what it's +Here is an example invocation of the default formatter, and what it's output looks like: @lisp (default-log-formatter 'CRITICAL -- 2.30.2