diff --git a/server.go b/server.go index f5e1593ef..db577fb86 100644 --- a/server.go +++ b/server.go @@ -386,7 +386,7 @@ func (s *Server) Close() error { // some way to combine all the errors, but probably not important enough to // warrant the extra complexity. if errh != nil { - return errors.Wrap(errh, "closing handler") + return errors.Wrap(errh, "closing holder") } else if errt != nil { return errors.Wrap(errt, "closing translateFile") }