EXT-7926 FIXED Minor typo correction.

master
Lynx Linden 2010-06-22 18:55:04 +01:00
parent 4a3fd56867
commit ccad528d5f
1 changed files with 1 additions and 1 deletions

View File

@ -994,7 +994,7 @@ void LLStringUtil::formatNumber(std::string& numStr, std::string decimals)
convertToS32 (decimals, intDecimals);
if (!sLocale.empty())
{
// imbue() throws if the locale is unknown! (EXT-7926)
// std::locale() throws if the locale is unknown! (EXT-7926)
try
{
strStream.imbue(std::locale(sLocale.c_str()));