From 7833145289aa58e10d85b9f2de4d8faefc9bab13 Mon Sep 17 00:00:00 2001 From: Jordan Whited Date: Tue, 15 Apr 2025 11:18:04 -0700 Subject: [PATCH] ipn/auditlog: fix featureName doc typo (#15696) Updates #cleanup Signed-off-by: Jordan Whited --- ipn/auditlog/extension.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipn/auditlog/extension.go b/ipn/auditlog/extension.go index 6bbe37398..036d8fd36 100644 --- a/ipn/auditlog/extension.go +++ b/ipn/auditlog/extension.go @@ -22,7 +22,7 @@ import ( ) // 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" func init() {