Commit 8810a62b authored by Davis King's avatar Davis King
Browse files

fix spelling error in comment

parent c1b3feb2
...@@ -47,7 +47,7 @@ namespace dlib ...@@ -47,7 +47,7 @@ namespace dlib
ensures ensures
- treats data from in as C++ source code and pretty prints it in - treats data from in as C++ source code and pretty prints it in
HTML and writes it to out. HTML and writes it to out.
- The title of the HTML document writen to out will be title - The title of the HTML document written to out will be title
throws throws
- std::ios_base::failure - std::ios_base::failure
If there was a problem writing to out then this exception will If there was a problem writing to out then this exception will
...@@ -65,7 +65,7 @@ namespace dlib ...@@ -65,7 +65,7 @@ namespace dlib
ensures ensures
- treats data from in as C++ source code and pretty prints it in - treats data from in as C++ source code and pretty prints it in
HTML with line numbers and writes it to out. HTML with line numbers and writes it to out.
- The title of the HTML document writen to out will be title - The title of the HTML document written to out will be title
throws throws
- std::ios_base::failure - std::ios_base::failure
If there was a problem writing to out then this exception will If there was a problem writing to out then this exception will
......
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