Skip to content

Commit 9195a11

Browse files
committed
util: typo fix
Signed-off-by: Tonis Tiigi <[email protected]> (cherry picked from commit c35d98c)
1 parent 0567a81 commit 9195a11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util/system/path.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ func DefaultPathEnv(os string) string {
2727

2828
// NormalizePath cleans the path based on the operating system the path is meant for.
2929
// It takes into account a potential parent path, and will join the path to the parent
30-
// if the path is relative. Additionally, it will apply the folliwing rules:
30+
// if the path is relative. Additionally, it will apply the following rules:
3131
// - always return an absolute path
3232
// - always strip drive letters for Windows paths
3333
// - optionally keep the trailing slashes on paths

0 commit comments

Comments
 (0)