diff --git a/src/TerminalDisplay.h b/src/TerminalDisplay.h index da7512c47..1747f1b68 100644 --- a/src/TerminalDisplay.h +++ b/src/TerminalDisplay.h @@ -335,14 +335,14 @@ public: void visualBell(); /** - * Specified whether zoom terminal on Ctrl+ is enabled or not. + * Specified whether zoom terminal on Ctrl+mousewheel is enabled or not. * Defaults to enabled. */ void setMouseWheelZoom(bool value) { _mouseWheelZoom = value; }; /** - * Returns the whether zoom terminal on Ctrl+ is enabled. + * Returns the whether zoom terminal on Ctrl+mousewheel is enabled. * * See setMouseWheelZoom() */