Browse Source

Fix a typo origin->original

Xiang Li 12 years ago
parent
commit
e6354cdccf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      etcd.go

+ 1 - 1
etcd.go

@@ -91,7 +91,7 @@ const (
 	ELECTIONTIMTOUT  = 200 * time.Millisecond
 	HEARTBEATTIMEOUT = 50 * time.Millisecond
 	// 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.
  	HTTPTIMEOUT      = time.Second
 )