summaryrefslogtreecommitdiff
path: root/module
diff options
context:
space:
mode:
authorjgart <jgart@dismail.de>2022-09-17 13:41:47 +0200
committerDaniel Llorens <lloda@sarc.name>2022-09-17 13:41:47 +0200
commit9592516bfa23056542e9b05b00a4449d0809c6bc (patch)
treeeb7419c9fcff97072840145774ac31d33bc9095f /module
parent0aa1a9976fc3c6af4d1087e59d728cb8fe7d369a (diff)
downloadguile-9592516bfa23056542e9b05b00a4449d0809c6bc.tar.gz
string-fun: Fix typo
Diffstat (limited to 'module')
-rw-r--r--module/ice-9/string-fun.scm2
1 files changed, 1 insertions, 1 deletions
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.