diff options
| author | Nat Goodspeed <nat@lindenlab.com> | 2018-07-11 18:26:27 -0400 | 
|---|---|---|
| committer | Nat Goodspeed <nat@lindenlab.com> | 2018-07-11 18:26:27 -0400 | 
| commit | 869d2f1fb2ed59e65dd9cb8b75a9ea560dbeab2d (patch) | |
| tree | 4b5b16cffb8df80899b983ef50ae785ff11930de /indra | |
| parent | 66d083967ec25b5c46424689624b2aa366a2ae6b (diff) | |
DRTVWR-447: Fix silly typos
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/newview/llappviewerwin32.cpp | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/indra/newview/llappviewerwin32.cpp b/indra/newview/llappviewerwin32.cpp index 5c7cb5b9c6..43b25699ca 100644 --- a/indra/newview/llappviewerwin32.cpp +++ b/indra/newview/llappviewerwin32.cpp @@ -162,12 +162,12 @@ namespace                      << gAgent.getRegion()->getName()                      << '/' << loc.mV[0]                      << '/' << loc.mV[1] -                    << '/' << log.mV[2] +                    << '/' << loc.mV[2]                      << "'\n";              }              else              { -                log "gAgent.getRegion() is nullptr\n"; +                log << "gAgent.getRegion() is nullptr\n";              }              LL_INFOS() << "Sending crash report to BugSplat." << LL_ENDL; | 
