summaryrefslogtreecommitdiff
path: root/doc/ref/api-evaluation.texi
diff options
context:
space:
mode:
authorNeil Jerram <neil@ossau.uklinux.net>2009-09-19 01:23:09 +0100
committerNeil Jerram <neil@ossau.uklinux.net>2009-09-21 23:22:32 +0100
commitb77afe82a4205bca706a853d7a62aea4ea9b7eed (patch)
treea047dd03b79745f970e8efa943402079a4b3f437 /doc/ref/api-evaluation.texi
parent4330956d3907b1fa795a35568560f222df94a4c7 (diff)
downloadguile-b77afe82a4205bca706a853d7a62aea4ea9b7eed.tar.gz
Typo fixes
Diffstat (limited to 'doc/ref/api-evaluation.texi')
-rw-r--r--doc/ref/api-evaluation.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ref/api-evaluation.texi b/doc/ref/api-evaluation.texi
index 9fc5ef5de..b245ab8b7 100644
--- a/doc/ref/api-evaluation.texi
+++ b/doc/ref/api-evaluation.texi
@@ -651,7 +651,7 @@ by @code{file-encoding}, if any, again by using
@deffn {Scheme Procedure} file-encoding port
@deffnx {C Function} scm_file_encoding port
Scans the port for an EMACS-like character coding declaration near the
-top of the contents of a port with random-acessible contents. The
+top of the contents of a port with random-accessible contents. The
coding declaration is of the form @code{coding: XXXXX} and must appear
in a scheme comment.