diff options
author | maxim_productengine <mnikolenko@productengine.com> | 2018-05-25 11:32:15 +0300 |
---|---|---|
committer | maxim_productengine <mnikolenko@productengine.com> | 2018-05-25 11:32:15 +0300 |
commit | a28a3b756d7688fcb917122efee01f16ab5319cd (patch) | |
tree | 6ae928395248524eb3dfe37fe9e566952887b16a /indra/newview/llvoavatarself.cpp | |
parent | 1892d7e5cfe6ec84f83b655088c8d80c9b88d592 (diff) |
MAINT-8694 FIXED Typo in logging
Diffstat (limited to 'indra/newview/llvoavatarself.cpp')
-rw-r--r-- | indra/newview/llvoavatarself.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvoavatarself.cpp b/indra/newview/llvoavatarself.cpp index 10af524ee7..00e72bfbff 100644 --- a/indra/newview/llvoavatarself.cpp +++ b/indra/newview/llvoavatarself.cpp @@ -2758,7 +2758,7 @@ void LLVOAvatarSelf::sendHoverHeight() const // class responder if nothing else gets added. // (comment from removed Responder) LLCoreHttpUtil::HttpCoroutineAdapter::messageHttpPost(url, update, - "Hover hight sent to sim", "Hover hight not sent to sim"); + "Hover height sent to sim", "Hover height not sent to sim"); mLastHoverOffsetSent = hover_offset; } } |