This commit is contained in:
Brian Goff
2019-04-01 11:43:54 -07:00
committed by GitHub
parent 1942522cf6
commit 80de7fd566

View File

@@ -210,7 +210,7 @@ func (n *Node) handlePing(ctx context.Context) (retErr error) {
}()
if err := n.p.Ping(ctx); err != nil {
return pkgerrors.Wrap(err, "error whiling pinging node provider")
return pkgerrors.Wrap(err, "error while pinging the node provider")
}
if n.disableLease {