fix typos

Signed-off-by: bin liu <liubin0329@gmail.com>
This commit is contained in:
bin liu
2016-06-22 12:40:21 +08:00
parent edd7cb5249
commit 913e12c8ff
3 changed files with 4 additions and 4 deletions

View File

@@ -55,7 +55,7 @@ var (
HTTPStatusCode: http.StatusForbidden,
})
// ErrorCodeUnavailable provides a common error to report unavialability
// ErrorCodeUnavailable provides a common error to report unavailability
// of a service or endpoint.
ErrorCodeUnavailable = Register("errcode", ErrorDescriptor{
Value: "UNAVAILABLE",