From 844ce9bf885bcc88caa8620cf729061672af3b37 Mon Sep 17 00:00:00 2001
From: Adam Moss <moss@lindenlab.com>
Date: Mon, 22 Jun 2009 12:03:54 +0000
Subject: [PATCH] trivial comment fixes for typos that were bugging me...

---
 indra/llcommon/llboost.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
 {
-- 
GitLab