summaryrefslogtreecommitdiff
path: root/gr-qtgui/python/qtgui/range.py.cmakein
diff options
context:
space:
mode:
Diffstat (limited to 'gr-qtgui/python/qtgui/range.py.cmakein')
-rwxr-xr-xgr-qtgui/python/qtgui/range.py.cmakein2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-qtgui/python/qtgui/range.py.cmakein b/gr-qtgui/python/qtgui/range.py.cmakein
index 70d0045383..4b6176a980 100755
--- a/gr-qtgui/python/qtgui/range.py.cmakein
+++ b/gr-qtgui/python/qtgui/range.py.cmakein
@@ -120,7 +120,7 @@ class RangeWidget(QtWidgets.QWidget):
self.notifyChanged = slot
def changed(self, value):
- """ Handles maping the value to the right range before calling the slot. """
+ """ Handles mapping the value to the right range before calling the slot. """
val = self.range.map_range(value)
self.notifyChanged(self.rangeType(val))