summaryrefslogtreecommitdiffstats
path: root/src/waveform
diff options
context:
space:
mode:
authorJosep Maria AntolĂ­n Segura <josepma@gmail.com>2020-04-26 17:35:25 +0200
committerGitHub <noreply@github.com>2020-04-26 17:35:25 +0200
commite03cb570c3fac30f3e141ee848669d397bec46a8 (patch)
tree2793088fd5e1469d894fd337965baa2f765c38d1 /src/waveform
parent652f9f2d8a28c1e028cddf8bbbec5f8e5db45677 (diff)
fix comment
Co-Authored-By: Be <be.0@gmx.com>
Diffstat (limited to 'src/waveform')
-rw-r--r--src/waveform/waveformwidgetfactory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/waveform/waveformwidgetfactory.h b/src/waveform/waveformwidgetfactory.h
index 7dd4863a96..83e26c579f 100644
--- a/src/waveform/waveformwidgetfactory.h
+++ b/src/waveform/waveformwidgetfactory.h
@@ -87,7 +87,7 @@ class WaveformWidgetFactory : public QObject, public Singleton<WaveformWidgetFac
/// Sets the widget type and saves it to configuration.
/// Returns false and sets EmtpyWaveform if type is invalid
bool setWidgetType(WaveformWidgetType::Type type);
- /// Changes the widged type to that loaded from config and recreates them.
+ /// Changes the widget type to that loaded from config and recreates them.
/// Used as a workaround on Windows due to a problem with GL and QT 5.14.2
bool setWidgetTypeFromConfig();
/// Changes the widget type and recreates them. Used from the preferences