diff options
| author | Vadim Savchuk <vsavchuk@productengine.com> | 2010-01-19 14:33:55 +0200 |
|---|---|---|
| committer | Vadim Savchuk <vsavchuk@productengine.com> | 2010-01-19 14:33:55 +0200 |
| commit | 85e48a1a6d5866136ed72c48b0d3399b4565532f (patch) | |
| tree | 384d8dd7d75cbf4f409d6b879db4e67871eca815 /indra/newview/llviewerwindow.cpp | |
| parent | bc35caa7667307718712fb8f8434496aa55a0914 (diff) | |
| parent | a8cc535f544bb9b9941e0c45276db12d9c8e885d (diff) | |
Merge from default branch.
--HG--
branch : product-engine
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(); |
