Переглянути джерело

Fix a typo origin->original

Xiang Li 12 роки тому
батько
коміт
e6354cdccf
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      etcd.go

+ 1 - 1
etcd.go

@@ -91,7 +91,7 @@ const (
 	ELECTIONTIMTOUT  = 200 * time.Millisecond
 	ELECTIONTIMTOUT  = 200 * time.Millisecond
 	HEARTBEATTIMEOUT = 50 * time.Millisecond
 	HEARTBEATTIMEOUT = 50 * time.Millisecond
 	// Timeout for internal raft http connection
 	// Timeout for internal raft http connection
-	// The origin timeout for http is 45 seconds 
+	// The original timeout for http is 45 seconds 
 	// which is too long for our usage.
 	// which is too long for our usage.
  	HTTPTIMEOUT      = time.Second
  	HTTPTIMEOUT      = time.Second
 )
 )