Skip to content

Commit

Permalink
util: typo fix
Browse files Browse the repository at this point in the history
Signed-off-by: Tonis Tiigi <[email protected]>
(cherry picked from commit c35d98c)
  • Loading branch information
tonistiigi committed Mar 4, 2024
1 parent 0567a81 commit 9195a11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/system/path.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9195a11

Please sign in to comment.