aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index 6a5ecea..214e5b7 100644
--- a/README
+++ b/README
@@ -118,8 +118,8 @@ To compile jim itself try:
make jim
-In non-linux systems you may have to complile without "-ldl" because
-it's not needed but will cause a compilation error (no configure for
+On systems other than GNU/Linux, you may have to compile without "-ldl"
+because it's not needed, but will cause a compilation error (no configure for
now... applications embedding Jim will probably have one already).
In order to avoid to link against 'dl' just use:
@@ -165,14 +165,14 @@ You should see a notepad application running.
ANSI-I/O, SQLITE
================
-There is documentation under the "doc" dictory about the "ANSI I/O"
+There is documentation under the "doc" directory about the "ANSI I/O"
and "SQLITE" extensions.
SDL
===
The SDL extension is currently undocumented (work in progress), but
-there is enought to start to play. That's an example script:
+there is enough to start to play. That's an example script:
package require sdl