From 3bfca0b7e4281e21d9ba334d05f1642b47e2a0e7 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sat, 10 Aug 2019 08:48:03 +0300 Subject: [PATCH] doc, lib, src, test, tools: fix assorted typos PR-URL: https://github.com/nodejs/node/pull/29075 Reviewed-By: Anna Henningsen Reviewed-By: Rich Trott Reviewed-By: Colin Ihrig Reviewed-By: Luigi Pinca --- doc/api/https.md | 2 +- lib/internal/timers.js | 2 +- src/node_process_object.cc | 2 +- test/fixtures/es-modules/loop.mjs | 2 +- test/parallel/test-timers-non-integer-delay.js | 2 +- test/parallel/test-timers-refresh.js | 2 +- test/parallel/test-tls-socket-close.js | 2 +- test/parallel/test-worker-cleanexit-with-js.js | 2 +- test/parallel/test-worker-cleanexit-with-moduleload.js | 2 +- tools/code_cache/cache_builder.cc | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/doc/api/https.md b/doc/api/https.md index 9bde6cfab1d42e..6118004aec4fbd 100644 --- a/doc/api/https.md +++ b/doc/api/https.md @@ -42,7 +42,7 @@ changes: is specified using an IP address, in which case the default is `''` (no extension). - See [`Session Resumption`][] for infomation about TLS session reuse. + See [`Session Resumption`][] for information about TLS session reuse. ## Class: https.Server