ipn/ipnlocal: fix small typo

Updates #cleanup
Signed-off-by: James Tucker <james@tailscale.com>
pull/10070/head
James Tucker 11 months ago committed by James Tucker
parent 237c6c44cd
commit 0ee4573a41

@ -534,7 +534,7 @@ func (b *LocalBackend) SetDirectFileDoFinalRename(v bool) {
b.directFileDoFinalRename = v b.directFileDoFinalRename = v
} }
// ReloadCOnfig reloads the backend's config from disk. // ReloadConfig reloads the backend's config from disk.
// //
// It returns (false, nil) if not running in declarative mode, (true, nil) on // It returns (false, nil) if not running in declarative mode, (true, nil) on
// success, or (false, error) on failure. // success, or (false, error) on failure.

Loading…
Cancel
Save