From unknown Sat Aug 09 01:10:28 2025 X-Loop: help-debbugs@gnu.org Subject: bug#47568: [PATCH] Fix typos in examples Resent-From: Eugene Klimov Original-Sender: "Debbugs-submit" Resent-CC: bug-guile@gnu.org Resent-Date: Fri, 02 Apr 2021 20:07:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 47568 X-GNU-PR-Package: guile X-GNU-PR-Keywords: patch To: 47568@debbugs.gnu.org Cc: Eugene Klimov X-Debbugs-Original-To: bug-guile@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.16173940149579 (code B ref -1); Fri, 02 Apr 2021 20:07:02 +0000 Received: (at submit) by debbugs.gnu.org; 2 Apr 2021 20:06:54 +0000 Received: from localhost ([127.0.0.1]:32899 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lSQ4E-0002UR-6B for submit@debbugs.gnu.org; Fri, 02 Apr 2021 16:06:54 -0400 Received: from lists.gnu.org ([209.51.188.17]:41132) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lSPuA-0002B6-DN for submit@debbugs.gnu.org; Fri, 02 Apr 2021 15:56:30 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:46430) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lSPuA-0003pr-44 for bug-guile@gnu.org; Fri, 02 Apr 2021 15:56:30 -0400 Received: from mout-p-103.mailbox.org ([2001:67c:2050::465:103]:13558) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from ) id 1lSPu7-0008Hu-Gr for bug-guile@gnu.org; Fri, 02 Apr 2021 15:56:29 -0400 Received: from smtp2.mailbox.org (smtp2.mailbox.org [IPv6:2001:67c:2050:105:465:1:2:0]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-103.mailbox.org (Postfix) with ESMTPS id 4FBrQr484nzQjmW for ; Fri, 2 Apr 2021 21:56:20 +0200 (CEST) Authentication-Results: spamfilter05.heinlein-hosting.de (amavisd-new); dkim=pass (2048-bit key) reason="pass (just generated, assumed good)" header.d=mailbox.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mailbox.org; s=mail20150812; t=1617393380; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=ANPNP709cj7FpK5+7JfRzyl41H7EBVC/9D4mjJfcErk=; b=jL7IzuCcFAcSpUMssyHRf17ZYRl/chpK6tZmuMX5xxXPvNrlesyhkhZpo+A4fx9Q1rrlBx HGJThFAA3ibSa54k7n6/W+lLP9juOQSnrGrHjMX84xogjTx8xsvGecQHZqsLaK7+rTfsnb SDufDW1S+nQRgoMJLXIsM+t6Gq3vavrUU5T0HK7fTGMnjHQmnODwkqclJd7brX/akZ4OSO 9Oi25EpQdTMkCFntS0EzISw92jXRMbXdSGnZsFcPShE9SD5g8IoDjgkYKP2W8mpk1frLt4 Ch1rLChkAppbFMk5xELNfSQbQkwX3/1vUsRy6yqX7PGINlCgrp/vq1i51cxS/Q== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mailbox.org; h= content-transfer-encoding:mime-version:message-id:date:date :subject:subject:from:from:received; s=mail20150812; t= 1617393379; bh=1eajnf7vEjmFBgYeLSWSCur5ZkqhS0mpp5aZSn3Ov3s=; b=Q MmTK5WrodyNkA0d9I8tzPSBENufSz3v2aRke+YhHs3NuqCzS+VmLewNAyoRvY8vy 0zXZL16SI4/QUpjoKSyUncjXhC+H2fmRdCwaee+51+1x5m1RK9KmfFwZEDMlAzS+ 9AuCw7zLw91zmeTm11JtWGxxQDkkxkyjyDDMuTADnjMaKLuNssUY+zc5DInOYQeA 5E7Xai3QJ4G9d/bdjWXoVXO4iCHOsGJ4r3SEQ1OGs1KNcqK7iiQgNaYER7W0Bkxq tveSIFcYVA+qceQmSunJyAmMdKVXHx306n4J4EmLHDj6un2ATwg82H6ebqW5swQO FZVki9GtFgomiS6abmTOA== X-Virus-Scanned: amavisd-new at heinlein-support.de Received: from smtp2.mailbox.org ([80.241.60.241]) by spamfilter05.heinlein-hosting.de (spamfilter05.heinlein-hosting.de [80.241.56.123]) (amavisd-new, port 10030) with ESMTP id bgs_IyyZDxVg; Fri, 2 Apr 2021 21:56:19 +0200 (CEST) From: Eugene Klimov Date: Sat, 3 Apr 2021 00:54:53 +0500 Message-Id: <20210402195453.8464-1-lipklim@mailbox.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-MBO-SPAM-Probability: ** X-Rspamd-Score: 1.69 / 15.00 / 15.00 X-Rspamd-Queue-Id: 53A2317BE X-Rspamd-UID: 97f0c6 Received-SPF: pass client-ip=2001:67c:2050::465:103; envelope-from=lipklim@mailbox.org; helo=mout-p-103.mailbox.org X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Mailman-Approved-At: Fri, 02 Apr 2021 16:06:52 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) * examples/box-dynamic-module/box.c * examples/box-dynamic/box.c * examples/box/box.c * examples/modules/README * examples/web/debug-sxml.scm --- examples/box-dynamic-module/box.c | 2 +- examples/box-dynamic/box.c | 2 +- examples/box/box.c | 4 ++-- examples/modules/README | 2 +- examples/web/debug-sxml.scm | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/box-dynamic-module/box.c b/examples/box-dynamic-module/box.c index 8cf940909..b950e019a 100644 --- a/examples/box-dynamic-module/box.c +++ b/examples/box-dynamic-module/box.c @@ -55,7 +55,7 @@ print_box (SCM b, SCM port, scm_print_state *pstate) } -/* This defines the primitve `make-box', which returns a new smob of +/* This defines the primitive `make-box', which returns a new smob of type `box', initialized to `#f'. */ static SCM #define FUNC_NAME "make-box" diff --git a/examples/box-dynamic/box.c b/examples/box-dynamic/box.c index 7bc791613..4954e88ba 100644 --- a/examples/box-dynamic/box.c +++ b/examples/box-dynamic/box.c @@ -55,7 +55,7 @@ print_box (SCM b, SCM port, scm_print_state *pstate) } -/* This defines the primitve `make-box', which returns a new smob of +/* This defines the primitive `make-box', which returns a new smob of type `box', initialized to `#f'. */ static SCM #define FUNC_NAME "make-box" diff --git a/examples/box/box.c b/examples/box/box.c index 53c022ab1..f9b3a55a7 100644 --- a/examples/box/box.c +++ b/examples/box/box.c @@ -55,7 +55,7 @@ print_box (SCM b, SCM port, scm_print_state *pstate) } -/* This defines the primitve `make-box', which returns a new smob of +/* This defines the primitive `make-box', which returns a new smob of type `box', initialized to `#f'. */ static SCM #define FUNC_NAME "make-box" @@ -109,7 +109,7 @@ box_set_x (SCM b, SCM value) /* Create and initialize the new smob type, and register the - primitives withe the interpreter library. */ + primitives with the interpreter library. */ static void init_box_type (void) { diff --git a/examples/modules/README b/examples/modules/README index ddad881cc..80569c98d 100644 --- a/examples/modules/README +++ b/examples/modules/README @@ -17,7 +17,7 @@ installed and available with the standard installation prefix The main program, which uses the modules described below to perform some actions. Module usage and selective importing as well as - renaming is demonstrated here.n + renaming is demonstrated here. $ ./main diff --git a/examples/web/debug-sxml.scm b/examples/web/debug-sxml.scm index 724a9bd6c..5970c47d3 100644 --- a/examples/web/debug-sxml.scm +++ b/examples/web/debug-sxml.scm @@ -1,6 +1,6 @@ ;;; Commentary: -;;; A simple debugging server that responds to all responses with a +;;; A simple debugging server that responds to all requests with a ;;; table containing the headers given in the request. ;;; ;;; As a novelty, this server uses a little micro-framework to build up -- 2.31.0 From unknown Sat Aug 09 01:10:28 2025 X-Loop: help-debbugs@gnu.org Subject: bug#47568: [PATCH] Fix typos in examples Resent-From: Mikael Djurfeldt Original-Sender: "Debbugs-submit" Resent-CC: bug-guile@gnu.org Resent-Date: Sun, 04 Apr 2021 18:20:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 47568 X-GNU-PR-Package: guile X-GNU-PR-Keywords: patch To: Eugene Klimov Cc: 47568@debbugs.gnu.org, 47568-done@debbugs.gnu.org Reply-To: mikael@djurfeldt.com Received: via spool by 47568-submit@debbugs.gnu.org id=B47568.161756037519844 (code B ref 47568); Sun, 04 Apr 2021 18:20:02 +0000 Received: (at 47568) by debbugs.gnu.org; 4 Apr 2021 18:19:35 +0000 Received: from localhost ([127.0.0.1]:36424 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lT7LS-00059z-Vs for submit@debbugs.gnu.org; Sun, 04 Apr 2021 14:19:35 -0400 Received: from mail-ua1-f49.google.com ([209.85.222.49]:38584) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lT7LR-00059j-9q; Sun, 04 Apr 2021 14:19:33 -0400 Received: by mail-ua1-f49.google.com with SMTP id h34so2974639uah.5; Sun, 04 Apr 2021 11:19:33 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:reply-to :from:date:message-id:subject:to:cc; bh=PZLFvLCHDbCbBkzNdj+95xQXc6bw+kurVllC3QURuKc=; b=Dge/fKE1RJfRFK0gtUdzEAyljAxiaeCG2reanJN+sUiaK+bRlSjtfkrUlQ0dk//PMz g5BCjz5js5tuByGKdKmk6q/dVpkImAqPdMrCAfwx8GI/C9pEYMDHAkL4th4kkl8AhpsY kXzFC7Awp5PAbK9JTDwjkb5H1Kpcnz/uOgtD3NXI2MOsC+XS2Wo282aw1ZAPA8vKIKMg GoSdYGCn4ROhIrF3xYWZfdYZsOFm7Gd49SYuzVzGOFjd+uPmJZYR4N5LT7ZgvvtTKjQU yyBvV1UtMcJ1iYQggdtyW9ipBvPU6896xxVIH3xz+gvY5FWuycxolWzcy3O90/4h4a5h 0YZg== X-Gm-Message-State: AOAM531yhNI0y7ycOaIqKwd2VDTjPra/MzLSLdDu47YFH5M2bCRqBrtN oZhORx1izPTXBvl6jXIJDkmXdgEbgpNSX/HX/g0= X-Google-Smtp-Source: ABdhPJxqUGOro7hLRHW7NhOAic1scwpXnWkA6LExvU4wzmU95D9v+rDA4Pyl5+NLSLDv4/ea7U/0FKpj7TDalZE6eAU= X-Received: by 2002:ab0:5b82:: with SMTP id y2mr5129406uae.79.1617560367835; Sun, 04 Apr 2021 11:19:27 -0700 (PDT) MIME-Version: 1.0 References: <20210402195453.8464-1-lipklim@mailbox.org> In-Reply-To: <20210402195453.8464-1-lipklim@mailbox.org> From: Mikael Djurfeldt Date: Sun, 4 Apr 2021 20:19:16 +0200 Message-ID: Content-Type: multipart/alternative; boundary="00000000000020ad9e05bf299fd9" X-Spam-Score: 0.5 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.5 (/) --00000000000020ad9e05bf299fd9 Content-Type: text/plain; charset="UTF-8" This is applied in commit #88e70308. Thanks! On Fri, Apr 2, 2021 at 10:09 PM Eugene Klimov via Bug reports for GUILE, GNU's Ubiquitous Extension Language wrote: > * examples/box-dynamic-module/box.c > * examples/box-dynamic/box.c > * examples/box/box.c > * examples/modules/README > * examples/web/debug-sxml.scm > --- > examples/box-dynamic-module/box.c | 2 +- > examples/box-dynamic/box.c | 2 +- > examples/box/box.c | 4 ++-- > examples/modules/README | 2 +- > examples/web/debug-sxml.scm | 2 +- > 5 files changed, 6 insertions(+), 6 deletions(-) > > diff --git a/examples/box-dynamic-module/box.c > b/examples/box-dynamic-module/box.c > index 8cf940909..b950e019a 100644 > --- a/examples/box-dynamic-module/box.c > +++ b/examples/box-dynamic-module/box.c > @@ -55,7 +55,7 @@ print_box (SCM b, SCM port, scm_print_state *pstate) > } > > > -/* This defines the primitve `make-box', which returns a new smob of > +/* This defines the primitive `make-box', which returns a new smob of > type `box', initialized to `#f'. */ > static SCM > #define FUNC_NAME "make-box" > diff --git a/examples/box-dynamic/box.c b/examples/box-dynamic/box.c > index 7bc791613..4954e88ba 100644 > --- a/examples/box-dynamic/box.c > +++ b/examples/box-dynamic/box.c > @@ -55,7 +55,7 @@ print_box (SCM b, SCM port, scm_print_state *pstate) > } > > > -/* This defines the primitve `make-box', which returns a new smob of > +/* This defines the primitive `make-box', which returns a new smob of > type `box', initialized to `#f'. */ > static SCM > #define FUNC_NAME "make-box" > diff --git a/examples/box/box.c b/examples/box/box.c > index 53c022ab1..f9b3a55a7 100644 > --- a/examples/box/box.c > +++ b/examples/box/box.c > @@ -55,7 +55,7 @@ print_box (SCM b, SCM port, scm_print_state *pstate) > } > > > -/* This defines the primitve `make-box', which returns a new smob of > +/* This defines the primitive `make-box', which returns a new smob of > type `box', initialized to `#f'. */ > static SCM > #define FUNC_NAME "make-box" > @@ -109,7 +109,7 @@ box_set_x (SCM b, SCM value) > > > /* Create and initialize the new smob type, and register the > - primitives withe the interpreter library. */ > + primitives with the interpreter library. */ > static void > init_box_type (void) > { > diff --git a/examples/modules/README b/examples/modules/README > index ddad881cc..80569c98d 100644 > --- a/examples/modules/README > +++ b/examples/modules/README > @@ -17,7 +17,7 @@ installed and available with the standard installation > prefix > > The main program, which uses the modules described below to perform > some actions. Module usage and selective importing as well as > - renaming is demonstrated here.n > + renaming is demonstrated here. > > $ ./main > > diff --git a/examples/web/debug-sxml.scm b/examples/web/debug-sxml.scm > index 724a9bd6c..5970c47d3 100644 > --- a/examples/web/debug-sxml.scm > +++ b/examples/web/debug-sxml.scm > @@ -1,6 +1,6 @@ > ;;; Commentary: > > -;;; A simple debugging server that responds to all responses with a > +;;; A simple debugging server that responds to all requests with a > ;;; table containing the headers given in the request. > ;;; > ;;; As a novelty, this server uses a little micro-framework to build up > -- > 2.31.0 > > > > > --00000000000020ad9e05bf299fd9 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
This is applied in commit #88e70308.

Thanks!

On Fri, Apr 2, 2021 at 10:09 PM Eugene Klimov via= Bug reports for GUILE, GNU's Ubiquitous Extension Language <bug-guile@gnu.org> wrote:
* examples/box-dynamic-modul= e/box.c
* examples/box-dynamic/box.c
* examples/box/box.c
* examples/modules/README
* examples/web/debug-sxml.scm
---
=C2=A0examples/box-dynamic-module/box.c | 2 +-
=C2=A0examples/box-dynamic/box.c=C2=A0 =C2=A0 =C2=A0 =C2=A0 | 2 +-
=C2=A0examples/box/box.c=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 | 4 ++--
=C2=A0examples/modules/README=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0| 2 += -
=C2=A0examples/web/debug-sxml.scm=C2=A0 =C2=A0 =C2=A0 =C2=A0| 2 +-
=C2=A05 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/examples/box-dynamic-module/box.c b/examples/box-dynamic-modul= e/box.c
index 8cf940909..b950e019a 100644
--- a/examples/box-dynamic-module/box.c
+++ b/examples/box-dynamic-module/box.c
@@ -55,7 +55,7 @@ print_box (SCM b, SCM port, scm_print_state *pstate)
=C2=A0}


-/* This defines the primitve `make-box', which returns a new smob of +/* This defines the primitive `make-box', which returns a new smob of<= br> =C2=A0 =C2=A0 type `box', initialized to `#f'.=C2=A0 */
=C2=A0static SCM
=C2=A0#define FUNC_NAME "make-box"
diff --git a/examples/box-dynamic/box.c b/examples/box-dynamic/box.c
index 7bc791613..4954e88ba 100644
--- a/examples/box-dynamic/box.c
+++ b/examples/box-dynamic/box.c
@@ -55,7 +55,7 @@ print_box (SCM b, SCM port, scm_print_state *pstate)
=C2=A0}


-/* This defines the primitve `make-box', which returns a new smob of +/* This defines the primitive `make-box', which returns a new smob of<= br> =C2=A0 =C2=A0 type `box', initialized to `#f'.=C2=A0 */
=C2=A0static SCM
=C2=A0#define FUNC_NAME "make-box"
diff --git a/examples/box/box.c b/examples/box/box.c
index 53c022ab1..f9b3a55a7 100644
--- a/examples/box/box.c
+++ b/examples/box/box.c
@@ -55,7 +55,7 @@ print_box (SCM b, SCM port, scm_print_state *pstate)
=C2=A0}


-/* This defines the primitve `make-box', which returns a new smob of +/* This defines the primitive `make-box', which returns a new smob of<= br> =C2=A0 =C2=A0 type `box', initialized to `#f'.=C2=A0 */
=C2=A0static SCM
=C2=A0#define FUNC_NAME "make-box"
@@ -109,7 +109,7 @@ box_set_x (SCM b, SCM value)


=C2=A0/* Create and initialize the new smob type, and register the
-=C2=A0 =C2=A0primitives withe the interpreter library.=C2=A0 */
+=C2=A0 =C2=A0primitives with the interpreter library.=C2=A0 */
=C2=A0static void
=C2=A0init_box_type (void)
=C2=A0{
diff --git a/examples/modules/README b/examples/modules/README
index ddad881cc..80569c98d 100644
--- a/examples/modules/README
+++ b/examples/modules/README
@@ -17,7 +17,7 @@ installed and available with the standard installation pr= efix

=C2=A0 =C2=A0The main program, which uses the modules described below to pe= rform
=C2=A0 =C2=A0some actions.=C2=A0 Module usage and selective importing as we= ll as
-=C2=A0 renaming is demonstrated here.n
+=C2=A0 renaming is demonstrated here.

=C2=A0 =C2=A0$ ./main

diff --git a/examples/web/debug-sxml.scm b/examples/web/debug-sxml.scm
index 724a9bd6c..5970c47d3 100644
--- a/examples/web/debug-sxml.scm
+++ b/examples/web/debug-sxml.scm
@@ -1,6 +1,6 @@
=C2=A0;;; Commentary:

-;;; A simple debugging server that responds to all responses with a
+;;; A simple debugging server that responds to all requests with a
=C2=A0;;; table containing the headers given in the request.
=C2=A0;;;
=C2=A0;;; As a novelty, this server uses a little micro-framework to build = up
--
2.31.0




--00000000000020ad9e05bf299fd9-- From unknown Sat Aug 09 01:10:28 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Eugene Klimov Subject: bug#47568: closed (Re: bug#47568: [PATCH] Fix typos in examples) Message-ID: References: <20210402195453.8464-1-lipklim@mailbox.org> X-Gnu-PR-Message: they-closed 47568 X-Gnu-PR-Package: guile X-Gnu-PR-Keywords: patch Reply-To: 47568@debbugs.gnu.org Date: Sun, 04 Apr 2021 18:20:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1617560402-19900-1" This is a multi-part message in MIME format... ------------=_1617560402-19900-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #47568: [PATCH] Fix typos in examples which was filed against the guile package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 47568@debbugs.gnu.org. --=20 47568: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D47568 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1617560402-19900-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 47568-done) by debbugs.gnu.org; 4 Apr 2021 18:19:37 +0000 Received: from localhost ([127.0.0.1]:36426 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lT7LU-0005A8-Fd for submit@debbugs.gnu.org; Sun, 04 Apr 2021 14:19:36 -0400 Received: from mail-ua1-f49.google.com ([209.85.222.49]:38584) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lT7LR-00059j-9q; Sun, 04 Apr 2021 14:19:33 -0400 Received: by mail-ua1-f49.google.com with SMTP id h34so2974639uah.5; Sun, 04 Apr 2021 11:19:33 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:reply-to :from:date:message-id:subject:to:cc; bh=PZLFvLCHDbCbBkzNdj+95xQXc6bw+kurVllC3QURuKc=; b=Dge/fKE1RJfRFK0gtUdzEAyljAxiaeCG2reanJN+sUiaK+bRlSjtfkrUlQ0dk//PMz g5BCjz5js5tuByGKdKmk6q/dVpkImAqPdMrCAfwx8GI/C9pEYMDHAkL4th4kkl8AhpsY kXzFC7Awp5PAbK9JTDwjkb5H1Kpcnz/uOgtD3NXI2MOsC+XS2Wo282aw1ZAPA8vKIKMg GoSdYGCn4ROhIrF3xYWZfdYZsOFm7Gd49SYuzVzGOFjd+uPmJZYR4N5LT7ZgvvtTKjQU yyBvV1UtMcJ1iYQggdtyW9ipBvPU6896xxVIH3xz+gvY5FWuycxolWzcy3O90/4h4a5h 0YZg== X-Gm-Message-State: AOAM531yhNI0y7ycOaIqKwd2VDTjPra/MzLSLdDu47YFH5M2bCRqBrtN oZhORx1izPTXBvl6jXIJDkmXdgEbgpNSX/HX/g0= X-Google-Smtp-Source: ABdhPJxqUGOro7hLRHW7NhOAic1scwpXnWkA6LExvU4wzmU95D9v+rDA4Pyl5+NLSLDv4/ea7U/0FKpj7TDalZE6eAU= X-Received: by 2002:ab0:5b82:: with SMTP id y2mr5129406uae.79.1617560367835; Sun, 04 Apr 2021 11:19:27 -0700 (PDT) MIME-Version: 1.0 References: <20210402195453.8464-1-lipklim@mailbox.org> In-Reply-To: <20210402195453.8464-1-lipklim@mailbox.org> From: Mikael Djurfeldt Date: Sun, 4 Apr 2021 20:19:16 +0200 Message-ID: Subject: Re: bug#47568: [PATCH] Fix typos in examples To: Eugene Klimov Content-Type: multipart/alternative; boundary="00000000000020ad9e05bf299fd9" X-Spam-Score: 0.5 (/) X-Debbugs-Envelope-To: 47568-done Cc: 47568@debbugs.gnu.org, 47568-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: mikael@djurfeldt.com Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.5 (/) --00000000000020ad9e05bf299fd9 Content-Type: text/plain; charset="UTF-8" This is applied in commit #88e70308. Thanks! On Fri, Apr 2, 2021 at 10:09 PM Eugene Klimov via Bug reports for GUILE, GNU's Ubiquitous Extension Language wrote: > * examples/box-dynamic-module/box.c > * examples/box-dynamic/box.c > * examples/box/box.c > * examples/modules/README > * examples/web/debug-sxml.scm > --- > examples/box-dynamic-module/box.c | 2 +- > examples/box-dynamic/box.c | 2 +- > examples/box/box.c | 4 ++-- > examples/modules/README | 2 +- > examples/web/debug-sxml.scm | 2 +- > 5 files changed, 6 insertions(+), 6 deletions(-) > > diff --git a/examples/box-dynamic-module/box.c > b/examples/box-dynamic-module/box.c > index 8cf940909..b950e019a 100644 > --- a/examples/box-dynamic-module/box.c > +++ b/examples/box-dynamic-module/box.c > @@ -55,7 +55,7 @@ print_box (SCM b, SCM port, scm_print_state *pstate) > } > > > -/* This defines the primitve `make-box', which returns a new smob of > +/* This defines the primitive `make-box', which returns a new smob of > type `box', initialized to `#f'. */ > static SCM > #define FUNC_NAME "make-box" > diff --git a/examples/box-dynamic/box.c b/examples/box-dynamic/box.c > index 7bc791613..4954e88ba 100644 > --- a/examples/box-dynamic/box.c > +++ b/examples/box-dynamic/box.c > @@ -55,7 +55,7 @@ print_box (SCM b, SCM port, scm_print_state *pstate) > } > > > -/* This defines the primitve `make-box', which returns a new smob of > +/* This defines the primitive `make-box', which returns a new smob of > type `box', initialized to `#f'. */ > static SCM > #define FUNC_NAME "make-box" > diff --git a/examples/box/box.c b/examples/box/box.c > index 53c022ab1..f9b3a55a7 100644 > --- a/examples/box/box.c > +++ b/examples/box/box.c > @@ -55,7 +55,7 @@ print_box (SCM b, SCM port, scm_print_state *pstate) > } > > > -/* This defines the primitve `make-box', which returns a new smob of > +/* This defines the primitive `make-box', which returns a new smob of > type `box', initialized to `#f'. */ > static SCM > #define FUNC_NAME "make-box" > @@ -109,7 +109,7 @@ box_set_x (SCM b, SCM value) > > > /* Create and initialize the new smob type, and register the > - primitives withe the interpreter library. */ > + primitives with the interpreter library. */ > static void > init_box_type (void) > { > diff --git a/examples/modules/README b/examples/modules/README > index ddad881cc..80569c98d 100644 > --- a/examples/modules/README > +++ b/examples/modules/README > @@ -17,7 +17,7 @@ installed and available with the standard installation > prefix > > The main program, which uses the modules described below to perform > some actions. Module usage and selective importing as well as > - renaming is demonstrated here.n > + renaming is demonstrated here. > > $ ./main > > diff --git a/examples/web/debug-sxml.scm b/examples/web/debug-sxml.scm > index 724a9bd6c..5970c47d3 100644 > --- a/examples/web/debug-sxml.scm > +++ b/examples/web/debug-sxml.scm > @@ -1,6 +1,6 @@ > ;;; Commentary: > > -;;; A simple debugging server that responds to all responses with a > +;;; A simple debugging server that responds to all requests with a > ;;; table containing the headers given in the request. > ;;; > ;;; As a novelty, this server uses a little micro-framework to build up > -- > 2.31.0 > > > > > --00000000000020ad9e05bf299fd9 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
This is applied in commit #88e70308.

Thanks!

On Fri, Apr 2, 2021 at 10:09 PM Eugene Klimov via= Bug reports for GUILE, GNU's Ubiquitous Extension Language <bug-guile@gnu.org> wrote:
* examples/box-dynamic-modul= e/box.c
* examples/box-dynamic/box.c
* examples/box/box.c
* examples/modules/README
* examples/web/debug-sxml.scm
---
=C2=A0examples/box-dynamic-module/box.c | 2 +-
=C2=A0examples/box-dynamic/box.c=C2=A0 =C2=A0 =C2=A0 =C2=A0 | 2 +-
=C2=A0examples/box/box.c=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 | 4 ++--
=C2=A0examples/modules/README=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0| 2 += -
=C2=A0examples/web/debug-sxml.scm=C2=A0 =C2=A0 =C2=A0 =C2=A0| 2 +-
=C2=A05 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/examples/box-dynamic-module/box.c b/examples/box-dynamic-modul= e/box.c
index 8cf940909..b950e019a 100644
--- a/examples/box-dynamic-module/box.c
+++ b/examples/box-dynamic-module/box.c
@@ -55,7 +55,7 @@ print_box (SCM b, SCM port, scm_print_state *pstate)
=C2=A0}


-/* This defines the primitve `make-box', which returns a new smob of +/* This defines the primitive `make-box', which returns a new smob of<= br> =C2=A0 =C2=A0 type `box', initialized to `#f'.=C2=A0 */
=C2=A0static SCM
=C2=A0#define FUNC_NAME "make-box"
diff --git a/examples/box-dynamic/box.c b/examples/box-dynamic/box.c
index 7bc791613..4954e88ba 100644
--- a/examples/box-dynamic/box.c
+++ b/examples/box-dynamic/box.c
@@ -55,7 +55,7 @@ print_box (SCM b, SCM port, scm_print_state *pstate)
=C2=A0}


-/* This defines the primitve `make-box', which returns a new smob of +/* This defines the primitive `make-box', which returns a new smob of<= br> =C2=A0 =C2=A0 type `box', initialized to `#f'.=C2=A0 */
=C2=A0static SCM
=C2=A0#define FUNC_NAME "make-box"
diff --git a/examples/box/box.c b/examples/box/box.c
index 53c022ab1..f9b3a55a7 100644
--- a/examples/box/box.c
+++ b/examples/box/box.c
@@ -55,7 +55,7 @@ print_box (SCM b, SCM port, scm_print_state *pstate)
=C2=A0}


-/* This defines the primitve `make-box', which returns a new smob of +/* This defines the primitive `make-box', which returns a new smob of<= br> =C2=A0 =C2=A0 type `box', initialized to `#f'.=C2=A0 */
=C2=A0static SCM
=C2=A0#define FUNC_NAME "make-box"
@@ -109,7 +109,7 @@ box_set_x (SCM b, SCM value)


=C2=A0/* Create and initialize the new smob type, and register the
-=C2=A0 =C2=A0primitives withe the interpreter library.=C2=A0 */
+=C2=A0 =C2=A0primitives with the interpreter library.=C2=A0 */
=C2=A0static void
=C2=A0init_box_type (void)
=C2=A0{
diff --git a/examples/modules/README b/examples/modules/README
index ddad881cc..80569c98d 100644
--- a/examples/modules/README
+++ b/examples/modules/README
@@ -17,7 +17,7 @@ installed and available with the standard installation pr= efix

=C2=A0 =C2=A0The main program, which uses the modules described below to pe= rform
=C2=A0 =C2=A0some actions.=C2=A0 Module usage and selective importing as we= ll as
-=C2=A0 renaming is demonstrated here.n
+=C2=A0 renaming is demonstrated here.

=C2=A0 =C2=A0$ ./main

diff --git a/examples/web/debug-sxml.scm b/examples/web/debug-sxml.scm
index 724a9bd6c..5970c47d3 100644
--- a/examples/web/debug-sxml.scm
+++ b/examples/web/debug-sxml.scm
@@ -1,6 +1,6 @@
=C2=A0;;; Commentary:

-;;; A simple debugging server that responds to all responses with a
+;;; A simple debugging server that responds to all requests with a
=C2=A0;;; table containing the headers given in the request.
=C2=A0;;;
=C2=A0;;; As a novelty, this server uses a little micro-framework to build = up
--
2.31.0




--00000000000020ad9e05bf299fd9-- ------------=_1617560402-19900-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 2 Apr 2021 20:06:54 +0000 Received: from localhost ([127.0.0.1]:32899 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lSQ4E-0002UR-6B for submit@debbugs.gnu.org; Fri, 02 Apr 2021 16:06:54 -0400 Received: from lists.gnu.org ([209.51.188.17]:41132) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lSPuA-0002B6-DN for submit@debbugs.gnu.org; Fri, 02 Apr 2021 15:56:30 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:46430) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lSPuA-0003pr-44 for bug-guile@gnu.org; Fri, 02 Apr 2021 15:56:30 -0400 Received: from mout-p-103.mailbox.org ([2001:67c:2050::465:103]:13558) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from ) id 1lSPu7-0008Hu-Gr for bug-guile@gnu.org; Fri, 02 Apr 2021 15:56:29 -0400 Received: from smtp2.mailbox.org (smtp2.mailbox.org [IPv6:2001:67c:2050:105:465:1:2:0]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-103.mailbox.org (Postfix) with ESMTPS id 4FBrQr484nzQjmW for ; Fri, 2 Apr 2021 21:56:20 +0200 (CEST) Authentication-Results: spamfilter05.heinlein-hosting.de (amavisd-new); dkim=pass (2048-bit key) reason="pass (just generated, assumed good)" header.d=mailbox.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mailbox.org; s=mail20150812; t=1617393380; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=ANPNP709cj7FpK5+7JfRzyl41H7EBVC/9D4mjJfcErk=; b=jL7IzuCcFAcSpUMssyHRf17ZYRl/chpK6tZmuMX5xxXPvNrlesyhkhZpo+A4fx9Q1rrlBx HGJThFAA3ibSa54k7n6/W+lLP9juOQSnrGrHjMX84xogjTx8xsvGecQHZqsLaK7+rTfsnb SDufDW1S+nQRgoMJLXIsM+t6Gq3vavrUU5T0HK7fTGMnjHQmnODwkqclJd7brX/akZ4OSO 9Oi25EpQdTMkCFntS0EzISw92jXRMbXdSGnZsFcPShE9SD5g8IoDjgkYKP2W8mpk1frLt4 Ch1rLChkAppbFMk5xELNfSQbQkwX3/1vUsRy6yqX7PGINlCgrp/vq1i51cxS/Q== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mailbox.org; h= content-transfer-encoding:mime-version:message-id:date:date :subject:subject:from:from:received; s=mail20150812; t= 1617393379; bh=1eajnf7vEjmFBgYeLSWSCur5ZkqhS0mpp5aZSn3Ov3s=; b=Q MmTK5WrodyNkA0d9I8tzPSBENufSz3v2aRke+YhHs3NuqCzS+VmLewNAyoRvY8vy 0zXZL16SI4/QUpjoKSyUncjXhC+H2fmRdCwaee+51+1x5m1RK9KmfFwZEDMlAzS+ 9AuCw7zLw91zmeTm11JtWGxxQDkkxkyjyDDMuTADnjMaKLuNssUY+zc5DInOYQeA 5E7Xai3QJ4G9d/bdjWXoVXO4iCHOsGJ4r3SEQ1OGs1KNcqK7iiQgNaYER7W0Bkxq tveSIFcYVA+qceQmSunJyAmMdKVXHx306n4J4EmLHDj6un2ATwg82H6ebqW5swQO FZVki9GtFgomiS6abmTOA== X-Virus-Scanned: amavisd-new at heinlein-support.de Received: from smtp2.mailbox.org ([80.241.60.241]) by spamfilter05.heinlein-hosting.de (spamfilter05.heinlein-hosting.de [80.241.56.123]) (amavisd-new, port 10030) with ESMTP id bgs_IyyZDxVg; Fri, 2 Apr 2021 21:56:19 +0200 (CEST) From: Eugene Klimov To: bug-guile@gnu.org Subject: [PATCH] Fix typos in examples Date: Sat, 3 Apr 2021 00:54:53 +0500 Message-Id: <20210402195453.8464-1-lipklim@mailbox.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-MBO-SPAM-Probability: ** X-Rspamd-Score: 1.69 / 15.00 / 15.00 X-Rspamd-Queue-Id: 53A2317BE X-Rspamd-UID: 97f0c6 Received-SPF: pass client-ip=2001:67c:2050::465:103; envelope-from=lipklim@mailbox.org; helo=mout-p-103.mailbox.org X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Fri, 02 Apr 2021 16:06:52 -0400 Cc: Eugene Klimov X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) * examples/box-dynamic-module/box.c * examples/box-dynamic/box.c * examples/box/box.c * examples/modules/README * examples/web/debug-sxml.scm --- examples/box-dynamic-module/box.c | 2 +- examples/box-dynamic/box.c | 2 +- examples/box/box.c | 4 ++-- examples/modules/README | 2 +- examples/web/debug-sxml.scm | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/box-dynamic-module/box.c b/examples/box-dynamic-module/box.c index 8cf940909..b950e019a 100644 --- a/examples/box-dynamic-module/box.c +++ b/examples/box-dynamic-module/box.c @@ -55,7 +55,7 @@ print_box (SCM b, SCM port, scm_print_state *pstate) } -/* This defines the primitve `make-box', which returns a new smob of +/* This defines the primitive `make-box', which returns a new smob of type `box', initialized to `#f'. */ static SCM #define FUNC_NAME "make-box" diff --git a/examples/box-dynamic/box.c b/examples/box-dynamic/box.c index 7bc791613..4954e88ba 100644 --- a/examples/box-dynamic/box.c +++ b/examples/box-dynamic/box.c @@ -55,7 +55,7 @@ print_box (SCM b, SCM port, scm_print_state *pstate) } -/* This defines the primitve `make-box', which returns a new smob of +/* This defines the primitive `make-box', which returns a new smob of type `box', initialized to `#f'. */ static SCM #define FUNC_NAME "make-box" diff --git a/examples/box/box.c b/examples/box/box.c index 53c022ab1..f9b3a55a7 100644 --- a/examples/box/box.c +++ b/examples/box/box.c @@ -55,7 +55,7 @@ print_box (SCM b, SCM port, scm_print_state *pstate) } -/* This defines the primitve `make-box', which returns a new smob of +/* This defines the primitive `make-box', which returns a new smob of type `box', initialized to `#f'. */ static SCM #define FUNC_NAME "make-box" @@ -109,7 +109,7 @@ box_set_x (SCM b, SCM value) /* Create and initialize the new smob type, and register the - primitives withe the interpreter library. */ + primitives with the interpreter library. */ static void init_box_type (void) { diff --git a/examples/modules/README b/examples/modules/README index ddad881cc..80569c98d 100644 --- a/examples/modules/README +++ b/examples/modules/README @@ -17,7 +17,7 @@ installed and available with the standard installation prefix The main program, which uses the modules described below to perform some actions. Module usage and selective importing as well as - renaming is demonstrated here.n + renaming is demonstrated here. $ ./main diff --git a/examples/web/debug-sxml.scm b/examples/web/debug-sxml.scm index 724a9bd6c..5970c47d3 100644 --- a/examples/web/debug-sxml.scm +++ b/examples/web/debug-sxml.scm @@ -1,6 +1,6 @@ ;;; Commentary: -;;; A simple debugging server that responds to all responses with a +;;; A simple debugging server that responds to all requests with a ;;; table containing the headers given in the request. ;;; ;;; As a novelty, this server uses a little micro-framework to build up -- 2.31.0 ------------=_1617560402-19900-1--