Fix some comment typos.
authorCarl Hetherington <cth@carlh.net>
Fri, 8 Apr 2022 23:24:48 +0000 (01:24 +0200)
committerCarl Hetherington <cth@carlh.net>
Fri, 8 Apr 2022 23:24:48 +0000 (01:24 +0200)
src/lib/exceptions.h
src/tools/dcpomatic.cc
src/wx/gl_video_view.cc
src/wx/job_view.h

index 2cae86accbbe4f823272a010544fb6cba5492051..7c9509800ed3a40bf35f2cd88ce45755c44a03f8 100644 (file)
@@ -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
 {
index 78543919f1d08cd910ed3494826eb17f9c2e2534..4d494bb632291d1d80b0d30e87f5dd350c7e00c9 100644 (file)
@@ -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();
 
index dee45cd13bc4e99fafd1313265d353c3a707e02f..0b1e7aeab94be33d721e42f6cc4ffae7469fd852 100644 (file)
@@ -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 */
index 4a602fc6229b0b82542e065c8a584ed0816c10dd..e6084b3818c15b122bbede4ec89791f072fd057e 100644 (file)
@@ -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: