Fixed typo/spelling (hopefully for the last time)

release/4.3a0
Richard Roberts 2012-10-09 00:14:42 +00:00
parent d90f44129c
commit df9a86d340
1 changed files with 1 additions and 1 deletions

View File

@ -225,7 +225,7 @@ namespace gtsam {
void clear();
/** Clear all shortcut caches - use before timing on marginal calculation to avoid residual cache data */
inline void deleteCachedShorctuts() {
inline void deleteCachedShortcuts() {
root_->deleteCachedShortcuts();
}