[Pkg-javascript-commits] [node-module-deps] 416/444: s/arguents/arguments
Bastien Roucariès
rouca at moszumanska.debian.org
Fri Dec 15 09:48:19 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-module-deps.
commit a75a19a69d1be76be4ec00f4c725739d6401ab86
Author: Mikey <michael.williams at enspiral.com>
Date: Mon Dec 28 16:17:49 2015 +1300
s/arguents/arguments
---
test/tr_flags.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/tr_flags.js b/test/tr_flags.js
index eda5987..c94fa60 100644
--- a/test/tr_flags.js
+++ b/test/tr_flags.js
@@ -34,7 +34,7 @@ test('--debug passed to transforms', function (t) {
p = mdeps({ debug: true })
p.write({
transform: function (file, opts) {
- t.equal(opts._flags, Infinity, 'transform arguents are preserved');
+ t.equal(opts._flags, Infinity, 'transform arguments are preserved');
return through();
},
options: { _flags: Infinity }
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-module-deps.git
More information about the Pkg-javascript-commits
mailing list