We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0567a81 commit 9195a11Copy full SHA for 9195a11
util/system/path.go
@@ -27,7 +27,7 @@ func DefaultPathEnv(os string) string {
27
28
// NormalizePath cleans the path based on the operating system the path is meant for.
29
// 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:
+// if the path is relative. Additionally, it will apply the following rules:
31
// - always return an absolute path
32
// - always strip drive letters for Windows paths
33
// - optionally keep the trailing slashes on paths
0 commit comments