diff options
author | Adam Moss <moss@lindenlab.com> | 2009-06-22 12:03:54 +0000 |
---|---|---|
committer | Adam Moss <moss@lindenlab.com> | 2009-06-22 12:03:54 +0000 |
commit | 844ce9bf885bcc88caa8620cf729061672af3b37 (patch) | |
tree | d9acb36a884ca3d1250ced76413a9433a5f7acc5 | |
parent | 401d51231fca5e97a4327d38aa4daf2475d22bbb (diff) |
trivial comment fixes for typos that were bugging me...
-rw-r--r-- | indra/llcommon/llboost.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/llboost.h b/indra/llcommon/llboost.h index f4bfc2bfa2..c2bde3a097 100644 --- a/indra/llcommon/llboost.h +++ b/indra/llcommon/llboost.h @@ -46,7 +46,7 @@ */ 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 struct boost_boolean_combiner { |