Commit be38aef0 authored by Davis King's avatar Davis King

Fixed spelling error in spec.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403034
parent 2cbe2374
...@@ -24,7 +24,7 @@ namespace dlib ...@@ -24,7 +24,7 @@ namespace dlib
bool add_file (file f); bool add_file (file f);
ensures ensures
- performs a recursive search through the directory top_of_tree and all - performs a recursive search through the directory top_of_tree and all
its sub-directories (up do the given max depth). All files in these its sub-directories (up to the given max depth). All files in these
directories are examined by passing them to add_file() and if it directories are examined by passing them to add_file() and if it
returns true then they will be included in the returned std::vector<file> returns true then they will be included in the returned std::vector<file>
object. object.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment