logtail: fix typo in comment

Signed-off-by: Josh Bleecher Snyder <josh@tailscale.com>
pull/2502/head
Josh Bleecher Snyder 3 years ago
parent 1606ef5219
commit 0373ba36f3

@ -121,7 +121,7 @@ type Logger struct {
explainedRaw bool
shutdownStart chan struct{} // closed when shutdown begins
shutdownDone chan struct{} // closd when shutdown complete
shutdownDone chan struct{} // closed when shutdown complete
}
// SetVerbosityLevel controls the verbosity level that should be

Loading…
Cancel
Save