Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fredroy committed Dec 10, 2024
1 parent 3e244cd commit 02f6e58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sofa/framework/Core/src/sofa/core/ObjectFactory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -837,7 +837,7 @@ RegisterObject& RegisterObject::addCreator(std::string classname, std::string te

RegisterObject::operator int() const
{
msg_warning("RegisterObject") << "Implicit object registration is deprecrated since v24.12. Check #4429 for more information.";
msg_warning("RegisterObject") << "Implicit object registration is deprecated since v24.12. Check #4429 for more information.";
return commitTo(ObjectFactory::getInstance());
}

Expand Down

0 comments on commit 02f6e58

Please sign in to comment.