summaryrefslogtreecommitdiff
path: root/lib/_debugger.js
diff options
context:
space:
mode:
authorMatthew Aynalem <maynalem@gmail.com>2013-08-12 15:01:05 -0700
committerisaacs <i@izs.me>2013-08-19 16:42:16 -0700
commitc171c490f2d850f63a37496bc7b31855193ce298 (patch)
tree1b94b3c1013b1a720b648bd18ae4e644b5fd5441 /lib/_debugger.js
parent5555318bf375a3edc17179b09b0bff1bfa9b6253 (diff)
downloadnodejs-c171c490f2d850f63a37496bc7b31855193ce298.tar.gz
nodejs-c171c490f2d850f63a37496bc7b31855193ce298.tar.bz2
nodejs-c171c490f2d850f63a37496bc7b31855193ce298.zip
fixes #6031 spelling errors
explictly => explicitly accesss => access througput => throughput epxression => expression communiction => communication becuase => because repersent => represent condonitions => conditions decompresion => decompression intentially => intentionally eventes => events listning => listening resicved => received becuase => because fundimental => fundamental colapse => collapse privlages => privileges sufficently => sufficiently hapepns => happens expliclitly => explicitly thier => their shold => should
Diffstat (limited to 'lib/_debugger.js')
-rw-r--r--lib/_debugger.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/_debugger.js b/lib/_debugger.js
index ff33af50d..aca52e5f3 100644
--- a/lib/_debugger.js
+++ b/lib/_debugger.js
@@ -366,7 +366,7 @@ Client.prototype.reqEval = function(expression, cb) {
};
-// Finds the first scope in the array in which the epxression evals.
+// Finds the first scope in the array in which the expression evals.
Client.prototype._reqFramesEval = function(expression, evalFrames, cb) {
if (evalFrames.length == 0) {
// Just eval in global scope.