summaryrefslogtreecommitdiff
path: root/Utility/Path/AbsRel.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Utility/Path/AbsRel.hs')
-rw-r--r--Utility/Path/AbsRel.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Utility/Path/AbsRel.hs b/Utility/Path/AbsRel.hs
index 857dd5e..4007fbb 100644
--- a/Utility/Path/AbsRel.hs
+++ b/Utility/Path/AbsRel.hs
@@ -37,7 +37,7 @@ import Utility.FileSystemEncoding
- Also simplifies it using simplifyPath.
-
- The first parameter is a base directory (ie, the cwd) to use if the path
- - is not already absolute, and should itsef be absolute.
+ - is not already absolute, and should itself be absolute.
-
- Does not attempt to deal with edge cases or ensure security with
- untrusted inputs.