diff options
author | stanley lieber <stanley.lieber@gmail.com> | 2013-12-19 14:59:50 -0500 |
---|---|---|
committer | stanley lieber <stanley.lieber@gmail.com> | 2013-12-19 14:59:50 -0500 |
commit | 9b03130bb9b8e8d494021c531ce665e4daba2f75 (patch) | |
tree | d36bc02f560fc2d10c524206e5358e4b80a3a0af | |
parent | 803bc88a5f3f5835bc57fdeb8f2f96c9a8ce5ab3 (diff) | |
download | plan9front-9b03130bb9b8e8d494021c531ce665e4daba2f75.tar.xz |
json(2): fix spelling error
-rw-r--r-- | sys/man/2/json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/man/2/json b/sys/man/2/json index 9fdbd3950..c495dea96 100644 --- a/sys/man/2/json +++ b/sys/man/2/json @@ -59,7 +59,7 @@ members in the structure. Arrays and objects (dictionaries) are represented by a singly-linked list of .B JSONEl -structures refered to from the +structures referred to from the .B first pointer in the .B JSON |