| Index: ui/views/controls/tree/tree_view.h
|
| diff --git a/ui/views/controls/tree/tree_view.h b/ui/views/controls/tree/tree_view.h
|
| index 645ceebf6a2ef9add5f6925211fa09c99716dbe5..5eb096e3d2fb4f04d33cdfb68180c05f5342992f 100644
|
| --- a/ui/views/controls/tree/tree_view.h
|
| +++ b/ui/views/controls/tree/tree_view.h
|
| @@ -336,7 +336,7 @@ class VIEWS_EXPORT TreeView : public View,
|
| void CollapseOrSelectParent();
|
|
|
| // If the selected node is collapsed, it's expanded. Otherwise the first child
|
| - // is seleected.
|
| + // is selected.
|
| void ExpandOrSelectChild();
|
|
|
| // Implementation of Expand(). Returns true if at least one node was expanded
|
|
|