~ chicken-core (chicken-5) ac89a66094446d354053a5fe084cde0e767c7f6f
commit ac89a66094446d354053a5fe084cde0e767c7f6f Author: felix <felix@call-with-current-continuation.org> AuthorDate: Sat Apr 7 11:45:28 2012 +0200 Commit: felix <felix@call-with-current-continuation.org> CommitDate: Sat Apr 7 11:45:28 2012 +0200 typo fix in manual diff --git a/manual/Declarations b/manual/Declarations index 8423c188..92b75f9a 100644 --- a/manual/Declarations +++ b/manual/Declarations @@ -74,7 +74,7 @@ Enables or disables syntax-checking of embedded C/C++ code fragments. Checking C Declares that the toplevel procedures listed check the type of their arguments (either explicitly or by calling other enforcing procedures) and so a successfull -invocation will indicate the the arguments are of the types declared. +invocation will indicate the arguments are of the types declared. === exportTrap