From c80f7a440de73dead499764b4073d39d54c68b9f Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 9 Apr 2022 01:24:48 +0200 Subject: [PATCH] Fix some comment typos. --- src/lib/exceptions.h | 2 +- src/tools/dcpomatic.cc | 2 +- src/wx/gl_video_view.cc | 2 +- src/wx/job_view.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/lib/exceptions.h b/src/lib/exceptions.h index 2cae86acc..7c9509800 100644 --- a/src/lib/exceptions.h +++ b/src/lib/exceptions.h @@ -416,7 +416,7 @@ private: /** @class CommunicationFailedError - * @brief Communcation between dcpomatic2_disk and _disk_writer failed somehow. + * @brief Communication between dcpomatic2_disk and _disk_writer failed somehow. */ class CommunicationFailedError : public CopyError { diff --git a/src/tools/dcpomatic.cc b/src/tools/dcpomatic.cc index 78543919f..4d494bb63 100644 --- a/src/tools/dcpomatic.cc +++ b/src/tools/dcpomatic.cc @@ -1452,7 +1452,7 @@ private: int pos = _history_position; - /* Clear out non-existant history items before we re-build the menu */ + /* Clear out non-existent history items before we re-build the menu */ Config::instance()->clean_history (); auto history = Config::instance()->history(); 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 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: -- 2.30.2