]> sigrok.org Git - pulseview.git/commitdiff
Fix various typos in code comments.
authorUwe Hermann <redacted>
Wed, 24 Feb 2016 18:44:40 +0000 (19:44 +0100)
committerUwe Hermann <redacted>
Sun, 13 Mar 2016 21:06:16 +0000 (22:06 +0100)
pv/view/tracetreeitem.hpp
pv/view/view.hpp
pv/view/viewitemowner.hpp

index ed0e7e8d9cad521f915803d29ceaadd8184a2a14..8317db7b7454b040384f1b4933a3e6deb0f21b9a 100644 (file)
@@ -47,7 +47,7 @@ public:
        TraceTreeItem();
 
        /**
        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;
 
         */
        TraceTreeItemOwner* owner() const;
 
index 09f3c2ee020f25befb08f6c954434df11a7676f2..25d1dbf78b1b8afb2134d0ceb3aec2f7759b1ea2 100644 (file)
@@ -270,7 +270,7 @@ private:
        void update_layout();
 
        /**
        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.
         * @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.
index 8d34059ad9fd9e9c37c54242ef16677e08ec22fd..49c251e7828c99098c15b65cb978157c5e9ae06f 100644 (file)
@@ -72,7 +72,7 @@ public:
        const_iterator end() const;
 
        /**
        const_iterator end() const;
 
        /**
-        * Creates a list of decendant signals filtered by type.
+        * Creates a list of descendant signals filtered by type.
         */
        template<class T>
        std::vector< std::shared_ptr<T> > list_by_type() {
         */
        template<class T>
        std::vector< std::shared_ptr<T> > list_by_type() {