瀏覽代碼

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>
Peter Korsgaard 11 月之前
父節點
當前提交
28a53f8f55

+ 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
 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
 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.
 NodeJS configured by default to find modules where they are installed.
 
 
 This issue is discussed at
 This issue is discussed at