From 48fcfcaaf58258d42bb5bc1001a30a396d2dadf8 Mon Sep 17 00:00:00 2001 From: AllenZMC Date: Wed, 14 Aug 2019 00:21:37 +0800 Subject: [PATCH] Update tablet.go --- go/vt/topo/tablet.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go/vt/topo/tablet.go b/go/vt/topo/tablet.go index e6d2a877a13..22803bc3002 100644 --- a/go/vt/topo/tablet.go +++ b/go/vt/topo/tablet.go @@ -83,7 +83,7 @@ func IsRunningQueryService(tt topodatapb.TabletType) bool { // them as fast as possible. // // Replica and rdonly will use lameduck when going from healthy to -// unhealhty (either because health check fails, or they're shutting down). +// unhealthy (either because health check fails, or they're shutting down). // // Other types are probably not serving user visible traffic, so they // need to transition as fast as possible too.