]> Cypherpunks repositories - gostls13.git/commitdiff
doc: fix typo in the diagnostics guide
authorJaana Burcu Dogan <jbd@google.com>
Sat, 9 Sep 2017 08:36:25 +0000 (01:36 -0700)
committerJBD <jbd@google.com>
Mon, 11 Sep 2017 07:54:34 +0000 (07:54 +0000)
Change-Id: Ib1b93e55788168b574badeb84d0e6c4f3795055e
Reviewed-on: https://go-review.googlesource.com/62510
Reviewed-by: Ian Lance Taylor <iant@golang.org>
doc/diagnostics.html

index 74768ce750d0036689b520cae05a2526ad96f046..aaaf9d33e76755dc5fcf4fceb5b93d55dea1cc58 100644 (file)
@@ -103,8 +103,8 @@ production.
 
 <p>
 You may want to periodically profile your production services.
-Escpeically in system with many replicas of a single process, selecting
-a random replica periodically is safe option.
+Especially in a system with many replicas of a single process, selecting
+a random replica periodically is safe option.
 Select a production process, profile it for
 X seconds for every Y seconds and save the results for visualization and
 analysis; then repeat periodically. Results may be manually and/or automatically