aboutsummaryrefslogtreecommitdiff
path: root/cmp/internal
diff options
context:
space:
mode:
authorferhat elmas <elmas.ferhat@gmail.com>2017-11-24 01:01:45 +0100
committerJoe Tsai <joetsai@digital-static.net>2017-11-23 18:01:45 -0600
commit3f298f31d5756f2fe00ddfbeda978125ad24862e (patch)
treec9e5f2fb471a1d041a41a8ca5082f1198ed03159 /cmp/internal
parent98232909528519e571b2e69fbe546b6ef35f5780 (diff)
downloadgo-cmp-3f298f31d5756f2fe00ddfbeda978125ad24862e.tar.gz
Fix some typos in comments and readme (#54)
Diffstat (limited to 'cmp/internal')
-rw-r--r--cmp/internal/diff/debug_enable.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmp/internal/diff/debug_enable.go b/cmp/internal/diff/debug_enable.go
index ba46c62..fd9f7f1 100644
--- a/cmp/internal/diff/debug_enable.go
+++ b/cmp/internal/diff/debug_enable.go
@@ -50,7 +50,7 @@ import (
//
// The series of '.', 'X', 'Y', and 'M' characters at the bottom represents
// the currently established path from the forward and reverse searches,
-// seperated by a '|' character.
+// separated by a '|' character.
const (
updateDelay = 100 * time.Millisecond