aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAleksey Veresov <aleksey@veresov.pro>2020-08-17 12:14:07 +0300
committerAleksey Veresov <aleksey@veresov.pro>2020-08-17 12:14:07 +0300
commit7d0b4ad61ee1e150c76b9997971582066529b72a (patch)
treeb3defcdae0c2428babd31fc4d9d517b5fbdafd29 /README
parent72dd15b1a9e55a77462ac1ae16e1dd28f304ee59 (diff)
downloadmagi-7d0b4ad61ee1e150c76b9997971582066529b72a.tar
magi-7d0b4ad61ee1e150c76b9997971582066529b72a.tar.xz
magi-7d0b4ad61ee1e150c76b9997971582066529b72a.zip
Misspell fix.
nulify -> nullify
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 9fc6d46..a1740ec 100644
--- a/README
+++ b/README
@@ -3,7 +3,7 @@ Magi Library (libmagi) implements Common Gateway Interface.
Overview
Magi is free and open-source software: legal info is in the 'LICENSE' file.
-It is written in ANSI C without any dependecies except for C standard library.
+It is written in ANSI C without dependencies except for C standard library.
All source and inner header files are in the 'src' directory.
The 'include' directory is intended to be used in your include environment.
Headers in it contain library interface and its description in comments.