Skip to content

Commit

Permalink
Fix spelling mistake in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mstade committed Dec 21, 2015
1 parent ffa503a commit 4077efe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/tape
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ if (typeof opts.require === 'string') {
opts.require.forEach(function(module) {
if (module) {
/* This check ensures we ignore `-r ""`, trailing `-r`, or
* other silly things the user might (inadvertedly) be doing. */
* other silly things the user might (inadvertently) be doing. */
require(resolveModule(module, { basedir: cwd }));
}
});
Expand Down

0 comments on commit 4077efe

Please sign in to comment.