From 0ee4573a416bace9427602412ed1039c1f36104a Mon Sep 17 00:00:00 2001 From: James Tucker Date: Wed, 1 Nov 2023 11:51:07 -0700 Subject: [PATCH] ipn/ipnlocal: fix small typo Updates #cleanup Signed-off-by: James Tucker --- ipn/ipnlocal/local.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipn/ipnlocal/local.go b/ipn/ipnlocal/local.go index 983c0f47c..111cc0dab 100644 --- a/ipn/ipnlocal/local.go +++ b/ipn/ipnlocal/local.go @@ -534,7 +534,7 @@ func (b *LocalBackend) SetDirectFileDoFinalRename(v bool) { 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 // success, or (false, error) on failure.