mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
etcdserver/etcdhttp: fix typo
This commit is contained in:
parent
c4defbc45c
commit
38e8f3b764
@ -64,7 +64,7 @@ func encodeResponse(ctx context.Context, w http.ResponseWriter, resp etcdserver.
|
||||
return err
|
||||
}
|
||||
default:
|
||||
panic("should not be rechable")
|
||||
panic("should not be reachable")
|
||||
}
|
||||
|
||||
w.Header().Set("Content-Type", "application/json")
|
||||
|
Loading…
x
Reference in New Issue
Block a user