]> Cypherpunks repositories - gostls13.git/commitdiff
doc: fix misspelling of “initialization” in diagnostics.html
authorHollow Man <hollowman@hollowman.ml>
Fri, 20 Nov 2020 16:44:15 +0000 (16:44 +0000)
committerEmmanuel Odeke <emmanuel@orijtech.com>
Fri, 20 Nov 2020 20:02:47 +0000 (20:02 +0000)
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 <emmanuel@orijtech.com>
Trust: Ian Lance Taylor <iant@golang.org>

doc/diagnostics.html

index f9368886c4c00a534232a45cd4cee9198cc53eec..438cdce45facfa2fd12b6f1cd0c6fd02e261d151 100644 (file)
@@ -455,7 +455,7 @@ environmental variable is set accordingly.</p>
 each collection, summarizing the amount of memory collected
 and the length of the pause.</li>
 <li>GODEBUG=inittrace=1 prints a summary of execution time and memory allocation
-information for completed package initilization work.</li>
+information for completed package initialization work.</li>
 <li>GODEBUG=schedtrace=X prints scheduling events every X milliseconds.</li>
 </ul>