summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterbuycurrencyhtml.cpp
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2010-12-21 15:30:25 -0800
committerMerov Linden <merov@lindenlab.com>2010-12-21 15:30:25 -0800
commita2d7d12246406962521900478c868ff23d051dc6 (patch)
treeb7f697ee3ac8d0552268a5ccaf03f41cf530fa37 /indra/newview/llfloaterbuycurrencyhtml.cpp
parent472c9363a4d3d78aba579aab903101d43b05726a (diff)
parent8f5f68d1cc904e7774e20677237909940c63168d (diff)
STORM-524 : pull in viewer-development
Diffstat (limited to 'indra/newview/llfloaterbuycurrencyhtml.cpp')
-rw-r--r--indra/newview/llfloaterbuycurrencyhtml.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llfloaterbuycurrencyhtml.cpp b/indra/newview/llfloaterbuycurrencyhtml.cpp
index bde620d965..013cf74c7b 100644
--- a/indra/newview/llfloaterbuycurrencyhtml.cpp
+++ b/indra/newview/llfloaterbuycurrencyhtml.cpp
@@ -82,7 +82,7 @@ void LLFloaterBuyCurrencyHTML::navigateToFinalURL()
LLStringUtil::format( buy_currency_url, replace );
// write final URL to debug console
- llinfos << "Buy currency HTML prased URL is " << buy_currency_url << llendl;
+ llinfos << "Buy currency HTML parsed URL is " << buy_currency_url << llendl;
// kick off the navigation
mBrowser->navigateTo( buy_currency_url, "text/html" );
@@ -105,7 +105,7 @@ void LLFloaterBuyCurrencyHTML::handleMediaEvent( LLPluginClassMedia* self, EMedi
//
void LLFloaterBuyCurrencyHTML::onClose( bool app_quitting )
{
- // update L$ balanace one more time
+ // Update L$ balance one more time
LLStatusBar::sendMoneyBalanceRequest();
destroy();