summaryrefslogtreecommitdiff
path: root/deps
diff options
context:
space:
mode:
authorDaniel Bevenius <daniel.bevenius@gmail.com>2018-04-04 12:46:44 +0200
committerTobias Nießen <tniessen@tnie.de>2018-04-04 19:42:18 +0200
commitb22a189b430e87d225279b43148b11f68fca8f49 (patch)
tree70ad502d0782da04727e554798d0ce549f4b3514 /deps
parenta972ed4d508e536fec96d4be20e3172bca1f6665 (diff)
downloadandroid-node-v8-b22a189b430e87d225279b43148b11f68fca8f49.tar.gz
android-node-v8-b22a189b430e87d225279b43148b11f68fca8f49.tar.bz2
android-node-v8-b22a189b430e87d225279b43148b11f68fca8f49.zip
deps: fix typo in openssl upgrading doc
PR-URL: https://github.com/nodejs/node/pull/19789 Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Diffstat (limited to 'deps')
-rw-r--r--deps/openssl/doc/UPGRADING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/openssl/doc/UPGRADING.md b/deps/openssl/doc/UPGRADING.md
index fc229f1975..8b25962a95 100644
--- a/deps/openssl/doc/UPGRADING.md
+++ b/deps/openssl/doc/UPGRADING.md
@@ -80,7 +80,7 @@ Since perl is not a build requirement in node, they all should be
generated in advance and statically stored in the repository. We
provide two sets of asm files, one is asm_latest(avx2 and addx
supported) in `deps/openssl/asm` and the other asm_obsolete(without
-avx1/2 and addx) in `deps/openssl/asm_obsolute`, which depends on
+avx1/2 and addx) in `deps/openssl/asm_obsolete`, which depends on
supported features in assemblers. Each directory has a `Makefile`
to generate asm files with perl scripts in openssl sources.