From 0b9bdb1b57340abbf4f091356da3a1af8d194197 Mon Sep 17 00:00:00 2001 From: Neil Jerram Date: Tue, 26 Oct 2010 09:11:52 +0100 Subject: [PATCH] Fix manual typo * doc/ref/api-foreign.texi: "prodedures" -> "procedures". --- doc/ref/api-foreign.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ref/api-foreign.texi b/doc/ref/api-foreign.texi index 4f38711aa..b867e9644 100644 --- a/doc/ref/api-foreign.texi +++ b/doc/ref/api-foreign.texi @@ -18,7 +18,7 @@ But yet we as programmers live in both worlds, and Guile itself is half implemented in C. So it is that Guile's living half pays respect to its dead counterpart, via a spectrum of interfaces to C ranging from dynamic loading of Scheme primitives to dynamic binding of stock C library -prodedures. +procedures. @menu * Foreign Libraries:: Dynamically linking to libraries.