summaryrefslogtreecommitdiff
path: root/client/server.go
diff options
context:
space:
mode:
Diffstat (limited to 'client/server.go')
-rw-r--r--client/server.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/server.go b/client/server.go
index 8890645..1075604 100644
--- a/client/server.go
+++ b/client/server.go
@@ -694,7 +694,7 @@ func (c *Client) StartFailover(gateway string, wgMTU int, readRxBytes func() (in
func (c *Client) CancelFailover() error {
if c.Failover == nil {
- return errors.New("No failover process")
+ return errors.New("no failover process")
}
c.Failover.Cancel()
return nil