File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/plugin/colour_pipeline/ocio/src Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -58,10 +58,10 @@ caf::message_handler OCIOColourPipeline::message_handler_extensions() {
5858 {
5959
6060 [=](global_ocio_controls_atom atom,
61- const std::string &oico_config ) -> utility::JsonStore {
61+ const std::string &ocio_config ) -> utility::JsonStore {
6262 utility::JsonStore res;
6363
64- if (oico_config == current_config_name_) {
64+ if (ocio_config == current_config_name_) {
6565 res[" source_colour_space" ] = source_colour_space_->value ();
6666 res[" display" ] = display_->value ();
6767 res[" view" ] = view_->value ();
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ struct UiText {
5555 " Luminance" },
5656 {int (' C' ),
5757 xstudio::ui::NoModifier,
58- " Rever to RGB Mode" ,
58+ " Revert to RGB Mode" ,
5959 " Returns to regular RGB colour view mode" ,
6060 " RGB" }};
6161
You can’t perform that action at this time.
0 commit comments