~ chicken-core (chicken-5) 57e29b69281a1760b50b5e4799c88a3175a9c43a


commit 57e29b69281a1760b50b5e4799c88a3175a9c43a
Author:     Mario Domenech Goulart <mario@parenteses.org>
AuthorDate: Wed Feb 22 21:11:46 2017 +0100
Commit:     Mario Domenech Goulart <mario@parenteses.org>
CommitDate: Wed Feb 22 21:11:46 2017 +0100

    manual/Extensions: another small typo fix

diff --git a/manual/Extensions b/manual/Extensions
index bb7f243a..5fbc39b7 100644
--- a/manual/Extensions
+++ b/manual/Extensions
@@ -17,7 +17,7 @@ and Windows using Cygwin.
 On systems where dynamic loading is not available, extensions can
 still be built and linked as static object files.
 
-Note: Extension may also be normal applications or shell scripts, but
+Note: Extensions may also be normal applications or shell scripts, but
 are usually libraries.
 
 Extensions are technically nothing but dynamically loadable compiled
Trap