summaryrefslogtreecommitdiff
path: root/doc/ref/api-modules.texi
diff options
context:
space:
mode:
authorNeil Jerram <neil@ossau.uklinux.net>2006-09-15 09:23:18 +0000
committerNeil Jerram <neil@ossau.uklinux.net>2006-09-15 09:23:18 +0000
commit9f1ba6a9a45276278a0f511f1f1936e659aea8f8 (patch)
treecc937c523b27405aa45f639d4632a586f3ddf023 /doc/ref/api-modules.texi
parent418122ce6b049679edb67ea2bb6423d75c709602 (diff)
downloadguile-9f1ba6a9a45276278a0f511f1f1936e659aea8f8.tar.gz
Doc typo fixes
Diffstat (limited to 'doc/ref/api-modules.texi')
-rw-r--r--doc/ref/api-modules.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ref/api-modules.texi b/doc/ref/api-modules.texi
index 54e5f4b8f..c12e31dca 100644
--- a/doc/ref/api-modules.texi
+++ b/doc/ref/api-modules.texi
@@ -133,7 +133,7 @@ sets of bindings.
In 1996 Tom Lord implemented a full-featured module system for Guile which
allows loading Scheme source files into a private name space. This system has
-been in available since at least Guile version 1.1.
+been available since at least Guile version 1.1.
For Guile version 1.5.0 and later, the system has been improved to have better
integration from C code, more fine-grained user control over interfaces, and