diff options
author | Bruce Mitchener <bruce.mitchener@gmail.com> | 2013-02-01 11:22:27 +0700 |
---|---|---|
committer | Bruce Mitchener <bruce.mitchener@gmail.com> | 2013-02-04 23:14:46 +0700 |
commit | 7c2b6a9e293acfad2f806c0f28459ac14b4a1d5d (patch) | |
tree | 16e19be30f58e1402e5aef1aabb2adb1f0c40383 /src/library_jansson.js | |
parent | 6d3d82bb13b8a7377e1bc8e1a65a80a2e013af4a (diff) |
Fix typos.
Diffstat (limited to 'src/library_jansson.js')
-rw-r--r-- | src/library_jansson.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/library_jansson.js b/src/library_jansson.js index 368584a7..93f239fc 100644 --- a/src/library_jansson.js +++ b/src/library_jansson.js @@ -74,7 +74,7 @@ var LibraryJansson = { _free(node['stringValuePtr']); }, - // Loads a string into the Javascript JSNON context + // Loads a string into the Javascript JSON context // Only the root node is loaded. Child nodes are loaded on demand via `loadChildNodes` method. load: function(string, flags, error) { // This is potentially a security problem. |