aboutsummaryrefslogtreecommitdiffstats
path: root/gr-qtgui/examples/c++/display_qt.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gr-qtgui/examples/c++/display_qt.cc')
-rw-r--r--gr-qtgui/examples/c++/display_qt.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/gr-qtgui/examples/c++/display_qt.cc b/gr-qtgui/examples/c++/display_qt.cc
index dd3a7a0a0..21a299c93 100644
--- a/gr-qtgui/examples/c++/display_qt.cc
+++ b/gr-qtgui/examples/c++/display_qt.cc
@@ -30,11 +30,11 @@ mywindow::mywindow() : QWidget()
tab0 = new QTabWidget();
tab1 = new QTabWidget();
- // Add the tab widgets to the layou
+ // Add the tab widgets to the layout
layout->addWidget(tab0);
layout->addWidget(tab1);
- // Set the layout as the main widget's layou
+ // Set the layout as the main widget's layout
setLayout(layout);
// Simple resizing of the app