GNU bug report logs - #76621
[PATCH] sxml: Fix typo in a comment.

Previous Next

Package: guile;

Reported by: Tomas Volf <~@wolfsden.cz>

Date: Fri, 28 Feb 2025 00:03:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 76621 in the body.
You can then email your comments to 76621 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guile <at> gnu.org:
bug#76621; Package guile. (Fri, 28 Feb 2025 00:03:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Tomas Volf <~@wolfsden.cz>:
New bug report received and forwarded. Copy sent to bug-guile <at> gnu.org. (Fri, 28 Feb 2025 00:03:03 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Tomas Volf <~@wolfsden.cz>
To: bug-guile <at> gnu.org
Cc: Tomas Volf <~@wolfsden.cz>
Subject: [PATCH] sxml: Fix typo in a comment.
Date: Fri, 28 Feb 2025 01:02:29 +0100
* module/sxml/xpath.scm: Fix typo in a comment.
* module/sxml/upstream/SXPath-old.scm: Same.
* doc/ref/sxml.texi (SXPath): Reflect in the documentation.
---
 doc/ref/sxml.texi                   | 2 +-
 module/sxml/upstream/SXPath-old.scm | 2 +-
 module/sxml/xpath.scm               | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/ref/sxml.texi b/doc/ref/sxml.texi
index fceb30655..108a95d4e 100644
--- a/doc/ref/sxml.texi
+++ b/doc/ref/sxml.texi
@@ -726,7 +726,7 @@ mutually-recursive datatypes <Node> and <Nodeset> lends itself well to
 processing by functional languages.
 
 A location path is in fact a composite query over an XPath tree or its
-branch.  A singe step is a combination of a projection, selection or a
+branch.  A single step is a combination of a projection, selection or a
 transitive closure.  Multiple steps are combined via join and union
 operations.  This insight allows us to @emph{elegantly} implement XPath
 as a sequence of projection and filtering primitives -- converters --
diff --git a/module/sxml/upstream/SXPath-old.scm b/module/sxml/upstream/SXPath-old.scm
index cf4526ed6..f46c83441 100644
--- a/module/sxml/upstream/SXPath-old.scm
+++ b/module/sxml/upstream/SXPath-old.scm
@@ -41,7 +41,7 @@
 ; <Nodeset> lends itself well to processing by functional languages.
 ;
 ; A location path is in fact a composite query over an XPath tree or
-; its branch. A singe step is a combination of a projection, selection
+; its branch. A single step is a combination of a projection, selection
 ; or a transitive closure. Multiple steps are combined via join and
 ; union operations. This insight allows us to _elegantly_ implement
 ; XPath as a sequence of projection and filtering primitives --
diff --git a/module/sxml/xpath.scm b/module/sxml/xpath.scm
index bdf4ae98a..edec2faea 100644
--- a/module/sxml/xpath.scm
+++ b/module/sxml/xpath.scm
@@ -68,7 +68,7 @@
 ;; <Nodeset> lends itself well to processing by functional languages.
 ;;
 ;; A location path is in fact a composite query over an XPath tree or
-;; its branch. A singe step is a combination of a projection, selection
+;; its branch. A single step is a combination of a projection, selection
 ;; or a transitive closure. Multiple steps are combined via join and
 ;; union operations. This insight allows us to @emph{elegantly}
 ;; implement XPath as a sequence of projection and filtering primitives
-- 
2.48.1





Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Fri, 28 Feb 2025 20:13:02 GMT) Full text and rfc822 format available.

Notification sent to Tomas Volf <~@wolfsden.cz>:
bug acknowledged by developer. (Fri, 28 Feb 2025 20:13:02 GMT) Full text and rfc822 format available.

Message #10 received at 76621-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Tomas Volf <~@wolfsden.cz>
Cc: 76621-done <at> debbugs.gnu.org
Subject: Re: bug#76621: [PATCH] sxml: Fix typo in a comment.
Date: Fri, 28 Feb 2025 21:12:25 +0100
Tomas Volf <~@wolfsden.cz> skribis:

> * module/sxml/xpath.scm: Fix typo in a comment.
> * module/sxml/upstream/SXPath-old.scm: Same.
> * doc/ref/sxml.texi (SXPath): Reflect in the documentation.

Applied, thanks.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 29 Mar 2025 11:24:20 GMT) Full text and rfc822 format available.

This bug report was last modified 78 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.