* Typo fix.
authorNeil Jerram <neil@ossau.uklinux.net>
Fri, 30 Mar 2001 16:37:51 +0000 (16:37 +0000)
committerNeil Jerram <neil@ossau.uklinux.net>
Fri, 30 Mar 2001 16:37:51 +0000 (16:37 +0000)
doc/ChangeLog
doc/intro.texi

index a731a1d..3cabef2 100644 (file)
@@ -1,3 +1,7 @@
+2001-03-30  Neil Jerram  <neil@ossau.uklinux.net>
+
+       * intro.texi (Modules and Extensions): Fix typo.
+
 2001-03-27  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>
 
        * scheme-data.texi (Strings): Reorganized the whole `Strings'
index 48bc59e..2d60ef5 100644 (file)
@@ -1,4 +1,4 @@
-@c $Id: intro.texi,v 1.4 2001-03-25 00:31:10 mvo Exp $
+@c $Id: intro.texi,v 1.5 2001-03-30 16:37:51 ossau Exp $
 
 @page
 @node What is Guile?
@@ -736,7 +736,7 @@ write a Scheme file with this contents
 (dynamic-call "init_bessel" (dynamic-link "libguile-bessel"))
 @end smallexample
 
-The file should of course be saved in the right place for autolading,
+The file should of course be saved in the right place for autoloading,
 for example as @file{/usr/local/share/guile/math/bessel.scm}.
 
 @page