From: Jordan Justen <jljusten@debian.org>
Date: Wed, 25 Aug 2021 16:49:51 -0700
Subject: qrenderdoc: Fix misspelling: hiearchy => hierarchy

Signed-off-by: Jordan Justen <jljusten@debian.org>
---
 qrenderdoc/Code/Interface/Extensions.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/qrenderdoc/Code/Interface/Extensions.h b/qrenderdoc/Code/Interface/Extensions.h
index efc035e..f7297e7 100644
--- a/qrenderdoc/Code/Interface/Extensions.h
+++ b/qrenderdoc/Code/Interface/Extensions.h
@@ -480,7 +480,7 @@ layout type widgets.
   virtual QWidget *GetChild(QWidget *parent, int32_t index) = 0;
 
   DOCUMENT(R"(Destroy a widget. Widgets stay alive unless explicitly destroyed here, OR in one other
-case when they are in a widget hiearchy under a top-level window which the user closes, which can
+case when they are in a widget hierarchy under a top-level window which the user closes, which can
 be detected with the callback parameter in :meth:`CreateToplevelWidget`.
 
 If the widget being destroyed is a top-level window, it will be closed. Otherwise if it is part of a
