Skip to content

Commit

Permalink
Merge pull request #583 from borglab/fix/typos
Browse files Browse the repository at this point in the history
Minor typo fixes
  • Loading branch information
varunagrawal authored Nov 7, 2020
2 parents 8a34d4c + acd6fff commit 8d6bbd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gtsam/geometry/Rot3.h
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ namespace gtsam {

/**
* @brief Spherical Linear intERPolation between *this and other
* @param s a value between 0 and 1
* @param t a value between 0 and 1
* @param other final point of iterpolation geodesic on manifold
*/
Rot3 slerp(double t, const Rot3& other) const;
Expand Down
2 changes: 1 addition & 1 deletion wrap/cmake/PybindWrap.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ function(install_python_scripts
else()
set(build_type_tag "")
endif()
# Split up filename to strip trailing '/' in WRAP_CYTHON_INSTALL_PATH if
# Split up filename to strip trailing '/' in GTSAM_PY_INSTALL_PATH if
# there is one
get_filename_component(location "${dest_directory}" PATH)
get_filename_component(name "${dest_directory}" NAME)
Expand Down

0 comments on commit 8d6bbd9

Please sign in to comment.