all: make this spelling mistake non-existant

Updates #cleanup

Change-Id: I088aa91218354f6208190c8f6673f9c5a98e65fc
Signed-off-by: Alex Chan <alexc@tailscale.com>
This commit is contained in:
Alex Chan
2026-06-11 10:37:50 +01:00
committed by Alex Chan
parent e95e2a5932
commit abe5fbbf49
+1 -1
View File
@@ -48,7 +48,7 @@ func CheckUDPGROForwarding(tunInterface, defaultRouteInterface string) (warn, er
} }
defaultHasRxWant, ok := defaultFeatures[rxWantFeature] defaultHasRxWant, ok := defaultFeatures[rxWantFeature]
if !ok { if !ok {
// unlikely the feature is nonexistant with txFeature in the TUN driver // unlikely the feature is nonexistent with txFeature in the TUN driver
// being added to the kernel later than rxWantFeature, but let's be sure // being added to the kernel later than rxWantFeature, but let's be sure
return nil, nil return nil, nil
} }