Skip to content

Commit

Permalink
Merge pull request #3266 from DavidFHoward/typo_fix_unsuppored_type
Browse files Browse the repository at this point in the history
changed "(unsuppored type)" to "(unsupported type)" on line 188 of da…

(Internal change: 2348539)
  • Loading branch information
pixar-oss committed Nov 26, 2024
2 parents 0f86531 + 497bd46 commit af20b35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extras/imaging/examples/hdui/dataSourceValueTreeView.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ class Hdui_UnsupportedTypeValueItemModel : public Hdui_ValueItemModel
return QVariant();
}

return QVariant("(unsuppored type)");
return QVariant("(unsupported type)");
}

int rowCount(const QModelIndex &parent = QModelIndex()) const override {
Expand Down

0 comments on commit af20b35

Please sign in to comment.