summaryrefslogtreecommitdiffstats
path: root/src/wrap-json.md
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2018-04-13 09:53:26 +0200
committerJosé Bollo <jose.bollo@iot.bzh>2018-06-13 17:14:33 +0200
commitc8558c8a28966110aa3a356f95d3c60afe32b64a (patch)
treece678c874399b9da80c42f51fe7ec71a0722148b /src/wrap-json.md
parent99720bff24a6cda13357dde624c4822c9a96d20e (diff)
wrap-json: Sync with app-afb-helpers-submodule
Change-Id: Idc3360e7b96d5d9dd3fbb39ef97b3dc5d50c54bb Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'src/wrap-json.md')
-rw-r--r--src/wrap-json.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/wrap-json.md b/src/wrap-json.md
index 97dc2f50..a86d2a50 100644
--- a/src/wrap-json.md
+++ b/src/wrap-json.md
@@ -2,7 +2,7 @@ WRAP-JSON facility
==================
The facility wrap-json is based on the pack/unpack API on the
-libray jansson. The two chapters below are copied from the
+library jansson. The two chapters below are copied from the
documentation of jansson library copyrighted by Petri Lehtinen
(see at end).
@@ -298,7 +298,6 @@ Examples:
"bar", &myint2, &myint3);
/* myint1, myint2 or myint3 is no touched as "foo" and "bar" don't exist */
-
Copyright
---------
@@ -321,4 +320,3 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
-