From: Hollow Man
Date: Fri, 20 Nov 2020 16:44:15 +0000 (+0000)
Subject: doc: fix misspelling of “initialization” in diagnostics.html
X-Git-Tag: go1.16beta1~180
X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=3fd4917472;p=gostls13.git
doc: fix misspelling of “initialization” in diagnostics.html
initilization -> initialization
Change-Id: Ie5edd30559941f2d044280d8d586c2c2692d5b69
GitHub-Last-Rev: 7495a8c7227bc9c574c93861e5fedc1bada0397c
GitHub-Pull-Request: golang/go#42749
Reviewed-on: https://go-review.googlesource.com/c/go/+/272026
Reviewed-by: Emmanuel Odeke
Trust: Ian Lance Taylor
---
diff --git a/doc/diagnostics.html b/doc/diagnostics.html
index f9368886c4..438cdce45f 100644
--- a/doc/diagnostics.html
+++ b/doc/diagnostics.html
@@ -455,7 +455,7 @@ environmental variable is set accordingly.
each collection, summarizing the amount of memory collected
and the length of the pause.
GODEBUG=inittrace=1 prints a summary of execution time and memory allocation
-information for completed package initilization work.
+information for completed package initialization work.
GODEBUG=schedtrace=X prints scheduling events every X milliseconds.