diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-01-18 15:41:12 -0800 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-01-18 15:41:12 -0800 |
commit | 62ab590b166b88a80b00c0a4fde1ef87c3bf0b38 (patch) | |
tree | b8711efe380e0636cd99be17a791189db911d839 /indra | |
parent | b4feec127721e56c48dd55bdea2d14aa3972161b (diff) |
trivial comment fix.
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llinventorymodel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llinventorymodel.cpp b/indra/newview/llinventorymodel.cpp index 4f38fdbde4..e44adfb511 100644 --- a/indra/newview/llinventorymodel.cpp +++ b/indra/newview/llinventorymodel.cpp @@ -3649,7 +3649,7 @@ void LLInventoryModel::updateItemsOrder(LLInventoryModel::item_array_t& items, c LLViewerInventoryItem* src_item = *it_src; items.erase(it_src); - // target iterator can nt be valid due to container was changed, so update it. + // target iterator can not be valid because the container was changed, so update it. it_dest = find_item_iter_by_uuid(items, dest_item_id); items.insert(it_dest, src_item); } |