From e0d3fec7436faa997a4910014e0a801871ba4b00 Mon Sep 17 00:00:00 2001 From: Raymond Feng Date: Fri, 6 Jun 2014 09:10:47 -0700 Subject: [PATCH] Fix the typo --- lib/connectors/memory.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/connectors/memory.js b/lib/connectors/memory.js index e136e81f..0b7a36cd 100644 --- a/lib/connectors/memory.js +++ b/lib/connectors/memory.js @@ -398,7 +398,7 @@ function applyFilter(filter) { * Compare two values * @param {*} val1 The 1st value * @param {*} val2 The 2nd value - * @returns {number} 0: =, postive: >, negative < + * @returns {number} 0: =, positive: >, negative < * @private */ function compare(val1, val2) {