summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-02-02 17:22:47 +0000
committerTofu Linden <tofu.linden@lindenlab.com>2010-02-02 17:22:47 +0000
commitb6bc7d94f244597f3109f2332aa395f8b3623048 (patch)
tree636f52842297e5a22858ffbfe63fdd0ebfaba69d /indra/newview
parentd51b7c4b346361e4a3d8ed90440f8cd1b247771e (diff)
trivial comment fix while I was there!
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llstartup.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp
index ce5da8bb24..522adc05ce 100644
--- a/indra/newview/llstartup.cpp
+++ b/indra/newview/llstartup.cpp
@@ -906,7 +906,7 @@ bool idle_startup()
LLFile::mkdir(gDirUtilp->getPerAccountChatLogsDir());
- //good as place as any to create user windlight directories
+ //good a place as any to create user windlight directories
std::string user_windlight_path_name(gDirUtilp->getExpandedFilename( LL_PATH_USER_SETTINGS , "windlight", ""));
LLFile::mkdir(user_windlight_path_name.c_str());