Skip to content

Commit

Permalink
Documentation: Missing word
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Nov 19, 2012
1 parent 6308471 commit d6f2d9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/engine/include/uri.hh
Expand Up @@ -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.
Expand Down

0 comments on commit d6f2d9f

Please sign in to comment.