Skip to content

Commit 58d0915

Browse files
kenmcgaughKen McGaugh
authored andcommitted
Just a couple of typos corrected.
Signed-off-by: Ken McGaugh <[email protected]>
1 parent 92d9289 commit 58d0915

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/plugin/colour_pipeline/ocio/src/ocio_plugin.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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();

src/plugin/colour_pipeline/ocio/src/ui_text.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)