diff options
Diffstat (limited to 'indra/newview/llcallingcard.h')
-rw-r--r-- | indra/newview/llcallingcard.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llcallingcard.h b/indra/newview/llcallingcard.h index c6378151c5..8803cce59d 100644 --- a/indra/newview/llcallingcard.h +++ b/indra/newview/llcallingcard.h @@ -45,7 +45,7 @@ class LLFriendObserver public: // This enumeration is a way to refer to what changed in a more // human readable format. You can mask the value provided by - // chaged() to see if the observer is interested in the change. + // changed() to see if the observer is interested in the change. enum { NONE = 0, |