mirror of
https://github.com/tailscale/tailscale.git
synced 2025-07-31 00:03:47 +00:00
ipn/auditlog: fix featureName doc typo (#15696)
Updates #cleanup Signed-off-by: Jordan Whited <jordan@tailscale.com>
This commit is contained in:
parent
4107056612
commit
7833145289
@ -22,7 +22,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
// featureName is the name of the feature implemented by this package.
|
// featureName is the name of the feature implemented by this package.
|
||||||
// It is also the the [extension] name and the log prefix.
|
// It is also the [extension] name and the log prefix.
|
||||||
const featureName = "auditlog"
|
const featureName = "auditlog"
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user