Fix some comment typos.
[dcpomatic.git] / src / wx / gl_video_view.cc
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 */