ipn/ipnlocal: fix small typo

Updates #cleanup
Signed-off-by: James Tucker <james@tailscale.com>
This commit is contained in:
James Tucker 2023-11-01 11:51:07 -07:00 committed by James Tucker
parent 237c6c44cd
commit 0ee4573a41
1 changed files with 1 additions and 1 deletions

View File

@ -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.