summaryrefslogtreecommitdiff
path: root/indra/llui/llfolderviewmodel.h
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2013-01-08 21:46:00 -0800
committerMerov Linden <merov@lindenlab.com>2013-01-08 21:46:00 -0800
commit4ef1181cdcb03a08fbce8d774cd85ef914bef8f3 (patch)
treeaf16ae0b6f1f05fc72571b39ec1747ee095546c7 /indra/llui/llfolderviewmodel.h
parent0e7e877379b4ab0d8d8b7ae3ce8c9dfb91cc9de7 (diff)
CHUI-659 : Fixed : Reimplemented open selection on hitting return the right way
Diffstat (limited to 'indra/llui/llfolderviewmodel.h')
-rw-r--r--indra/llui/llfolderviewmodel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llfolderviewmodel.h b/indra/llui/llfolderviewmodel.h
index 5837052565..1b61212c0e 100644
--- a/indra/llui/llfolderviewmodel.h
+++ b/indra/llui/llfolderviewmodel.h
@@ -127,7 +127,7 @@ public:
virtual bool startDrag(std::vector<LLFolderViewModelItem*>& items) = 0;
};
-// This is am abstract base class that users of the folderview classes
+// This is an abstract base class that users of the folderview classes
// would use to bridge the folder view with the underlying data
class LLFolderViewModelItem : public LLRefCount
{