浏览代码

package/nodejs-src: fix convenient typo in patch description

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
(cherry picked from commit 28a53f8f55019f67a6f840cb4cfb1eb14028f8d1)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Peter Korsgaard 10 月之前
父节点
当前提交
e7ae0ea2d0

+ 1 - 1
package/nodejs/nodejs-src/0004-lib-internal-modules-cjs-loader.js-adjust-default-pa.patch

@@ -6,7 +6,7 @@ Subject: [PATCH] lib/internal/modules/cjs/loader.js: adjust default path to
 
 NPM installs modules in /usr/lib/node_modules/, but by default NodeJS
 searches for them only in /usr/lib/node/. We could also set the
-NODE_PATH environment variable, but it is more convienient to have
+NODE_PATH environment variable, but it is more convenient to have
 NodeJS configured by default to find modules where they are installed.
 
 This issue is discussed at