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.