aboutsummaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
Diffstat (limited to 'js')
-rw-r--r--js/types.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/types.js b/js/types.js
index d288231..de90d54 100644
--- a/js/types.js
+++ b/js/types.js
@@ -4,7 +4,7 @@ if (typeof module === 'undefined') {
var exports = types;
}
-// General fucnctions
+// General functions
function _obj_type(obj) {
if (_symbol_Q(obj)) { return 'symbol'; }