From 4ca23e7d62d75523710fe4117f904ded4d26544a Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Wed, 24 Feb 2016 19:44:40 +0100 Subject: [PATCH] Fix various typos in code comments. --- pv/view/tracetreeitem.hpp | 2 +- pv/view/view.hpp | 2 +- pv/view/viewitemowner.hpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pv/view/tracetreeitem.hpp b/pv/view/tracetreeitem.hpp index ed0e7e8d..8317db7b 100644 --- a/pv/view/tracetreeitem.hpp +++ b/pv/view/tracetreeitem.hpp @@ -47,7 +47,7 @@ public: TraceTreeItem(); /** - * Gets the owner this item in the view item hierachy. + * Gets the owner of this item in the view item hierachy. */ TraceTreeItemOwner* owner() const; diff --git a/pv/view/view.hpp b/pv/view/view.hpp index 09f3c2ee..25d1dbf7 100644 --- a/pv/view/view.hpp +++ b/pv/view/view.hpp @@ -270,7 +270,7 @@ private: void update_layout(); /** - * Satisifies TraceTreeItem functionality. + * Satisfies TraceTreeItem functionality. * @param p the QPainter to paint into. * @param rect the rectangle of the header area. * @param hover true if the label is being hovered over by the mouse. diff --git a/pv/view/viewitemowner.hpp b/pv/view/viewitemowner.hpp index 8d34059a..49c251e7 100644 --- a/pv/view/viewitemowner.hpp +++ b/pv/view/viewitemowner.hpp @@ -72,7 +72,7 @@ public: const_iterator end() const; /** - * Creates a list of decendant signals filtered by type. + * Creates a list of descendant signals filtered by type. */ template std::vector< std::shared_ptr > list_by_type() { -- 2.30.2