diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-01-18 14:22:32 -0800 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-01-18 14:22:32 -0800 |
commit | d8c6e5b31550f5f494a8fd70236b99d19b5e1d94 (patch) | |
tree | 2e62f71fdf3481bc0531ca3ed98ab541dd8de282 /indra | |
parent | 66f5f2b922e21a1b7618a4038a5f53e3de97e4df (diff) |
trivial comment fix.
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llappviewer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index 704198aff5..c78c0ca803 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -1478,7 +1478,7 @@ bool LLAppViewer::cleanup() LLUIColorTable::instance().saveUserSettings(); - // PerAccountSettingsFile should be empty if no use has been logged on. + // PerAccountSettingsFile should be empty if no user has been logged on. // *FIX:Mani This should get really saved in a "logoff" mode. if (gSavedSettings.getString("PerAccountSettingsFile").empty()) { |