From c35d98cef913769483043b465d6b42b5ab1198c2 Mon Sep 17 00:00:00 2001 From: Tonis Tiigi Date: Sun, 3 Mar 2024 08:52:38 -0800 Subject: [PATCH] util: typo fix Signed-off-by: Tonis Tiigi --- util/system/path.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/system/path.go b/util/system/path.go index 94f9a826f24c..422651ecea5c 100644 --- a/util/system/path.go +++ b/util/system/path.go @@ -27,7 +27,7 @@ func DefaultPathEnv(os string) string { // NormalizePath cleans the path based on the operating system the path is meant for. // It takes into account a potential parent path, and will join the path to the parent -// if the path is relative. Additionally, it will apply the folliwing rules: +// if the path is relative. Additionally, it will apply the following rules: // - always return an absolute path // - always strip drive letters for Windows paths // - optionally keep the trailing slashes on paths