From: Uwe Hermann Date: Wed, 24 Feb 2016 18:44:40 +0000 (+0100) Subject: Fix various typos in code comments. X-Git-Tag: pulseview-0.4.0~330 X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=commitdiff_plain;h=4ca23e7d62d75523710fe4117f904ded4d26544a;ds=sidebyside Fix various typos in code comments. --- 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() {