From d6f2d9f1d9f3424652e837bd8e92690a569f0c43 Mon Sep 17 00:00:00 2001 From: skyjake Date: Mon, 19 Nov 2012 13:48:13 +0200 Subject: [PATCH] Documentation: Missing word --- doomsday/engine/include/uri.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doomsday/engine/include/uri.hh b/doomsday/engine/include/uri.hh index 979015b715..fbc184b40e 100644 --- a/doomsday/engine/include/uri.hh +++ b/doomsday/engine/include/uri.hh @@ -99,7 +99,7 @@ public: * - Unix-style root directory "/" => two empty segments "", "" * - Windows-style root directory "c:/" => "c:", "" * - relative path "some/dir/file.ext" => "some", "dir", file.ext" - * - Unix-style absolute "/some/file.ext" => "", "some", file.ext" + * - Unix-style absolute path "/some/file.ext" => "", "some", file.ext" * * Note that only the path is broken down to segments. The other parts of a * URI are not processed in this fashion.