Skip to content

Commit

Permalink
Minor spelling fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jstone-lucasfilm authored Oct 3, 2024
1 parent af3c1fc commit 160c7b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/MaterialXCore/Element.h
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ using ElementMap = std::unordered_map<string, ElementPtr>;
/// A standard function taking an ElementPtr and returning a boolean.
using ElementPredicate = std::function<bool(ConstElementPtr)>;

/// @class ElemenEquivalenceResult
/// @class ElementEquivalenceResult
/// The results of comparing for equivalence.
class MX_CORE_API ElementEquivalenceResult
{
Expand Down Expand Up @@ -120,7 +120,7 @@ class MX_CORE_API ElementEquivalenceResult
vector<StringVec> differences;
};

/// @class ElemenEquivalenceOptions
/// @class ElementEquivalenceOptions
/// A set of options for controlling for equivalence comparison.
class MX_CORE_API ElementEquivalenceOptions
{
Expand Down

0 comments on commit 160c7b1

Please sign in to comment.