small typos

release/4.3a0
cbeall3 2014-10-21 16:49:08 -04:00
parent b0ea3b715b
commit 10435794ed
1 changed files with 2 additions and 2 deletions

View File

@ -36,9 +36,9 @@ namespace gtsam {
* Values can operate generically on Value objects, retracting or computing * Values can operate generically on Value objects, retracting or computing
* local coordinates for many Value objects of different types. * local coordinates for many Value objects of different types.
* *
* Inhereting from the DerivedValue class templated provides a generic implementation of * Inheriting from the DerivedValue class templated provides a generic implementation of
* the pure virtual functions retract_(), localCoordinates_(), and equals_(), eliminating * the pure virtual functions retract_(), localCoordinates_(), and equals_(), eliminating
* the need to implement these functions in your class. Note that you must inheret from * the need to implement these functions in your class. Note that you must inherit from
* DerivedValue templated on the class you are defining. For example you cannot define * DerivedValue templated on the class you are defining. For example you cannot define
* the following * the following
* \code * \code