aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin ROBIN <dev@benjarobin.fr>2024-01-14 18:17:14 +0100
committerYordan Karadzhov <y.karadz@gmail.com>2024-01-20 14:59:08 +0200
commitdc7cc692b342c6593537e4ec3b8a36f84df11318 (patch)
treec13a76cdf29d4f8a3d0d85f737b2d5d20a72acfb
parenta09ccd33a260e87df62625e0a7bdc3f5b5d91ba3 (diff)
downloadkernel-shark-dc7cc692b342c6593537e4ec3b8a36f84df11318.tar.gz
kernelshark: Fix typo in comment of KsGLWidget::resizeGL()
Signed-off-by: Benjamin ROBIN <dev@benjarobin.fr> Signed-off-by: Yordan Karadzhov <y.karadz@gmail.com>
-rw-r--r--src/KsGLWidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/KsGLWidget.cpp b/src/KsGLWidget.cpp
index aa685452..87f4b20c 100644
--- a/src/KsGLWidget.cpp
+++ b/src/KsGLWidget.cpp
@@ -93,7 +93,7 @@ void KsGLWidget::initializeGL()
}
/**
- * Reimplemented function used to reprocess all graphs whene the widget has
+ * Reimplemented function used to reprocess all graphs when the widget has
* been resized.
*/
void KsGLWidget::resizeGL(int w, int h)