summaryrefslogtreecommitdiff
path: root/sal/rtl/uri.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sal/rtl/uri.cxx')
-rw-r--r--sal/rtl/uri.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/rtl/uri.cxx b/sal/rtl/uri.cxx
index e51039888ba9..f7c62649ca00 100644
--- a/sal/rtl/uri.cxx
+++ b/sal/rtl/uri.cxx
@@ -424,7 +424,7 @@ void appendPath(
// input begins with "../" -> remove from input
// i.e., !precedingSlash -> !precedingSlash
// input begins with "/.." -> replace with "/" in input, and shrink
- // output (not not yet done):
+ // output (not yet done):
// i.e., precedingSlash -> precedingSlash
// input begins with "/../" -> replace with "/" in input, and shrink
// output: