]> git.ipfire.org Git - thirdparty/json-c.git/commitdiff
Fix typo in README 737/head
authorTobias Nießen <tniessen@users.noreply.github.com>
Sun, 9 Jan 2022 23:12:25 +0000 (00:12 +0100)
committerGitHub <noreply@github.com>
Sun, 9 Jan 2022 23:12:25 +0000 (00:12 +0100)
README.md

index 09bc4d544595238d798930f89495390ad5588990..019e9201b796a505bd05f21fdf8a4fb8b254d842 100644 (file)
--- a/README.md
+++ b/README.md
@@ -256,7 +256,7 @@ cmake -DCMAKE_PREFIX_PATH=/path/to/json_c/install/lib64/cmake ..
 Using json-c <a name="using">
 ------------
 
-To use json-c you can either include json.h, or preferrably, one of the
+To use json-c you can either include json.h, or preferably, one of the
 following more specific header files:
 
 * json_object.h  - Core types and methods.