guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] branch main updated: string-fun: Fix typo


From: Daniel Llorens
Subject: [Guile-commits] branch main updated: string-fun: Fix typo
Date: Sat, 17 Sep 2022 07:42:41 -0400

This is an automated email from the git hooks/post-receive script.

lloda pushed a commit to branch main
in repository guile.

The following commit(s) were added to refs/heads/main by this push:
     new 9592516bf string-fun: Fix typo
9592516bf is described below

commit 9592516bfa23056542e9b05b00a4449d0809c6bc
Author: jgart <jgart@dismail.de>
AuthorDate: Sat Sep 17 13:41:47 2022 +0200

    string-fun: Fix typo
---
 module/ice-9/string-fun.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/module/ice-9/string-fun.scm b/module/ice-9/string-fun.scm
index 03e0238fa..592b49e20 100644
--- a/module/ice-9/string-fun.scm
+++ b/module/ice-9/string-fun.scm
@@ -30,7 +30,7 @@
 
 ;;;;
 ;;;
-;;; Various string funcitons, particularly those that take
+;;; Various string functions, particularly those that take
 ;;; advantage of the "shared substring" capability.
 ;;; FIXME Document these functions in Miscellaneous String Operations::
 ;;; in doc/ref/api-data.texi.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]