From d66adf0c85fa8b26c7f72c5bd030fbcb79dbb0bb Mon Sep 17 00:00:00 2001
From: Andrew Teich <andrewteich@me.com>
Date: Thu, 18 Sep 2014 22:09:24 -0700
Subject: [PATCH] doc: corrected typo in vm docs

Reviewed-by: Trevor Norris <trev.norris@gmail.com>
---
 doc/api/vm.markdown | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/api/vm.markdown b/doc/api/vm.markdown
index 0f963ca435..c73a86da62 100644
--- a/doc/api/vm.markdown
+++ b/doc/api/vm.markdown
@@ -85,7 +85,7 @@ returns the result. Running code does not have access to local scope. The
 
 `vm.runInContext` takes the same options as `vm.runInThisContext`.
 
-Example: compile and execute differnt scripts in a single existing context.
+Example: compile and execute different scripts in a single existing context.
 
     var util = require('util');
     var vm = require('vm');