mirror of
https://github.com/tailscale/tailscale.git
synced 2025-08-11 13:18:53 +00:00
ipn/ipnlocal: fix small typo
Updates #cleanup Signed-off-by: James Tucker <james@tailscale.com>
This commit is contained in:

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.
|
||||||
|
Reference in New Issue
Block a user