Skip to content
Snippets Groups Projects
Commit 00ec0cef authored by Joseph Mirabel's avatar Joseph Mirabel
Browse files

[Minor] Fix typo in doc.

parent c5d48775
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ namespace pinocchio
/// \brief Build the model from a URDF file with a particular joint as root of the model tree inside
/// the model given as reference argument.
///
/// \param[in] filemane The URDF complete file path.
/// \param[in] filename The URDF complete file path.
/// \param[in] rootJoint The joint at the root of the model tree.
/// \param[in] verbose Print parsing info.
/// \param[out] model Reference model where to put the parsed information.
......@@ -55,7 +55,7 @@ namespace pinocchio
///
/// \brief Build the model from a URDF file with a fixed joint as root of the model tree.
///
/// \param[in] filemane The URDF complete file path.
/// \param[in] filename The URDF complete file path.
/// \param[in] verbose Print parsing info.
/// \param[out] model Reference model where to put the parsed information.
/// \return Return the reference on argument model for convenience.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment