diff options
author | Neil Jerram <neil@ossau.uklinux.net> | 2010-12-23 12:10:52 +0000 |
---|---|---|
committer | Neil Jerram <neil@ossau.uklinux.net> | 2010-12-23 12:17:26 +0000 |
commit | 03f6e5ed4c897c3c8baa855ce3e00afef5e03785 (patch) | |
tree | ac745659faf154d4b8a362551e47b6d06b20e142 /doc/ref/api-overview.texi | |
parent | 8aa47f26096ddb65d86c98e635ed550916525f0e (diff) | |
download | guile-03f6e5ed4c897c3c8baa855ce3e00afef5e03785.tar.gz |
Manual typo fix
* doc/ref/api-overview.texi (API Overview): bot -> but
Diffstat (limited to 'doc/ref/api-overview.texi')
-rw-r--r-- | doc/ref/api-overview.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ref/api-overview.texi b/doc/ref/api-overview.texi index 583d009f5..56ca7924e 100644 --- a/doc/ref/api-overview.texi +++ b/doc/ref/api-overview.texi @@ -107,5 +107,5 @@ These two variants can also be combined. The type of the return value of a C function that corresponds to a Scheme function is always @code{SCM}. In the descriptions below, -types are therefore often omitted bot for the return value and for the +types are therefore often omitted but for the return value and for the arguments. |