summaryrefslogtreecommitdiff
path: root/src/wx
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-04-09 01:24:48 +0200
committerCarl Hetherington <cth@carlh.net>2022-04-09 01:24:48 +0200
commitc80f7a440de73dead499764b4073d39d54c68b9f (patch)
tree1020615dc990651723e5d1bce2c48d8cb89a03cd /src/wx
parent61962b2d8f6ef4493465d6aa433f3069c24c46a8 (diff)
Fix some comment typos.
Diffstat (limited to 'src/wx')
-rw-r--r--src/wx/gl_video_view.cc2
-rw-r--r--src/wx/job_view.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/wx/gl_video_view.cc b/src/wx/gl_video_view.cc
index dee45cd13..0b1e7aeab 100644
--- a/src/wx/gl_video_view.cc
+++ b/src/wx/gl_video_view.cc
@@ -517,7 +517,7 @@ GLVideoView::set_image (shared_ptr<const PlayerVideo> pv)
/** If _optimise_for_j2k is true we render a XYZ image, doing the colourspace
* conversion, scaling and video range conversion in the GL shader.
- * Othewise we render a RGB image without any shader-side processing.
+ * Otherwise we render a RGB image without any shader-side processing.
*/
/* XXX: video range conversion */
diff --git a/src/wx/job_view.h b/src/wx/job_view.h
index 4a602fc62..e6084b381 100644
--- a/src/wx/job_view.h
+++ b/src/wx/job_view.h
@@ -63,7 +63,7 @@ protected:
wxFlexGridSizer* _table;
/** sizer for buttons (cancel, details, pause etc.) */
wxBoxSizer* _buttons;
- /** sizer for the guage and the message underneath it */
+ /** sizer for the gauge and the message underneath it */
wxBoxSizer* _gauge_message;
private: