lib: fix typos in lib code comments

PR-URL: https://github.com/nodejs/node/pull/40792
Reviewed-By: Voltrex <mohammadkeyvanzade94@gmail.com>
Reviewed-By: Qingyu Deng <i@ayase-lab.com>
Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
This commit is contained in:
Yoshiki
2021-11-13 07:26:20 +09:00
committed by GitHub
parent d10085bcb1
commit 69f487efc7
3 changed files with 3 additions and 3 deletions

View File

@@ -485,7 +485,7 @@ const win32 = {
},
/**
* It will solve the relative path from `from` to `to`, for instancee
* It will solve the relative path from `from` to `to`, for instance
* from = 'C:\\orandea\\test\\aaa'
* to = 'C:\\orandea\\impl\\bbb'
* The output of the function should be: '..\\..\\impl\\bbb'