Skip to content

Commit

Permalink
Merge pull request #475 from rodrigoalviani/fix-typo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
aheckmann committed Mar 16, 2016
2 parents d8e8d84 + d7c84e9 commit 8c8fe2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/getters.js
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ module.exports = function (gm) {
} else if (indent > level) {
// dropping into a nested object
out.indent[level] = o;
// wierd format, key/val pair with nested children. discard the val
// weird format, key/val pair with nested children. discard the val
o = o[lastkey] = {};
}

Expand Down

0 comments on commit 8c8fe2c

Please sign in to comment.