Skip to content
Snippets Groups Projects
Commit 844ce9bf authored by Adam Moss's avatar Adam Moss
Browse files

trivial comment fixes for typos that were bugging me...

parent 401d5123
No related branches found
No related tags found
No related merge requests found
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
*/ */
typedef boost::tokenizer<boost::char_separator<char> > boost_tokenizer; typedef boost::tokenizer<boost::char_separator<char> > boost_tokenizer;
// Useful combiner for boost signals that retturn a vool (e.g. validation) // Useful combiner for boost signals that return a bool (e.g. validation)
// returns false if any of the callbacks return false // returns false if any of the callbacks return false
struct boost_boolean_combiner struct boost_boolean_combiner
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment