typo: Fix typos across the codebase. (#2442)

This commit is contained in:
Harshavardhana
2016-08-15 02:44:48 -07:00
committed by GitHub
parent b41bfcbf2f
commit 76d56c6ff2
14 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ func NewLeakDetect() LeakDetect {
return snapshot
}
// CompareCurrentSnapshot - Comapres the initial relevant stack trace with the current one (during the time of invocation).
// CompareCurrentSnapshot - Compares the initial relevant stack trace with the current one (during the time of invocation).
func (initialSnapShot LeakDetect) CompareCurrentSnapshot() []string {
var stackDiff []string
for _, g := range pickRelevantGoroutines() {