From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Vagrant Cascadian Newsgroups: gmane.lisp.guile.devel Subject: [PATCH] guile-lib: src/logger/logger.scm: Fix spelling of "invocation". Date: Thu, 02 Dec 2021 14:13:38 -0800 Message-ID: <87lf12venh.fsf@ponder> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="==-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="35907"; mail-complaints-to="usenet@ciao.gmane.io" Cc: David Pirotte To: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane-mx.org@gnu.org Fri Dec 03 02:28:31 2021 Return-path: Envelope-to: guile-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1msxNH-00095G-B3 for guile-devel@m.gmane-mx.org; Fri, 03 Dec 2021 02:28:31 +0100 Original-Received: from localhost ([::1]:60258 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1msxNF-0004jx-8g for guile-devel@m.gmane-mx.org; Thu, 02 Dec 2021 20:28:29 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:34920) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1msuKt-0005m1-JL for guile-devel@gnu.org; Thu, 02 Dec 2021 17:13:51 -0500 Original-Received: from cascadia.aikidev.net ([173.255.214.101]:57742) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1msuKr-0008QS-8g for guile-devel@gnu.org; Thu, 02 Dec 2021 17:13:51 -0500 Original-Received: from localhost (unknown [IPv6:2600:3c01:e000:21:21:21:0:100e]) (Authenticated sender: vagrant@cascadia.debian.net) by cascadia.aikidev.net (Postfix) with ESMTPSA id DC6951A982; Thu, 2 Dec 2021 14:13:47 -0800 (PST) Received-SPF: none client-ip=173.255.214.101; envelope-from=vagrant@debian.org; helo=cascadia.aikidev.net X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_NONE=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Mailman-Approved-At: Thu, 02 Dec 2021 20:27:19 -0500 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane-mx.org@gnu.org Original-Sender: "guile-devel" Xref: news.gmane.io gmane.lisp.guile.devel:20989 Archived-At: --==-=-= Content-Type: multipart/mixed; boundary="=-=-=" --=-=-= Content-Type: text/plain Originally sent to guile-user, as the README suggested bugs should go there, though I see guile-devel mentioned on https://www.nongnu.org/guile-lib/dev/ Maybe the README should be updated? Thanks! live well, vagrant --=-=-= Content-Type: text/x-diff Content-Disposition: inline; filename=0001-src-logger-logger.scm-Fix-spelling-of-invocation.patch Content-Transfer-Encoding: quoted-printable From=2090c49101ee242ccb9a449108f9c95ee14aaf5302 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". =2D-- 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 =2D-- a/src/logging/logger.scm +++ b/src/logging/logger.scm @@ -291,7 +291,7 @@ This optional parameter must be a function that takes t= hree 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. =20 =2DHere 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=20 =2D-=20 2.30.2 --=-=-=-- --==-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCYalFFgAKCRDcUY/If5cW qvVYAQDOE2TbfmVOn7Cqaym+BsI+TswnZ+J8REnk1ynjE81PwAEA1zlBV8WpIr2R nFOxBNdMXcsB2eh6gtIQc9+yyO14BQM= =KFO4 -----END PGP SIGNATURE----- --==-=-=--