diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-01-18 14:52:55 -0800 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-01-18 14:52:55 -0800 |
commit | c3ee66d60aa716512fc30830c5062658f46ab3e1 (patch) | |
tree | cd9783d4630264d67fd24536b41ae44ce2ae68cc /indra/newview/llviewerwindow.cpp | |
parent | d8c6e5b31550f5f494a8fd70236b99d19b5e1d94 (diff) |
Some trivial comment/logging typos that were bothering me more than they needed to.
Diffstat (limited to 'indra/newview/llviewerwindow.cpp')
-rw-r--r-- | indra/newview/llviewerwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewerwindow.cpp b/indra/newview/llviewerwindow.cpp index ddaf4a221c..769344d183 100644 --- a/indra/newview/llviewerwindow.cpp +++ b/indra/newview/llviewerwindow.cpp @@ -1638,7 +1638,7 @@ void LLViewerWindow::shutdownGL() LLViewerTextureManager::cleanup() ; LLImageGL::cleanupClass() ; - llinfos << "All texturs and llimagegl images are destroyed!" << llendl ; + llinfos << "All textures and llimagegl images are destroyed!" << llendl ; llinfos << "Cleaning up select manager" << llendl; LLSelectMgr::getInstance()->cleanup(); |