fix: spelling
Co-authored-by: Adin Schmahmann <adin.schmahmann@gmail.com>
Steven Allen committed
Jul 21, 2021 at 20:45 UTC
9c1bb99eebc29873fa8b843abcf4466c8d24ee29
1 file changed
+1
-2
docs/debug-guide.md
+1
-2
@@ -79,7 +79,7 @@ that goroutine in the middle of a short wait for something. If the wait time is
79
over a few minutes, that either means that goroutine doesn't do much, or
80
something is pretty wrong.
81
82
-If you're seeing a lot of goroutines, conside rusing
82
+If you're seeing a lot of goroutines, consider using
83
[stackparse](https://github.com/whyrusleeping/stackparse) to filter, sort, and summarize them.
84
85
### Analyzing the CPU Profile
@@ -100,4 +100,3 @@ The output is JSON formatted and includes badger store statistics, the command l
100
If you have any questions, or want us to analyze some weird go-ipfs behaviour,
101
just let us know, and be sure to include all the profiling information
102
mentioned at the top.
103
-