From df9a86d340a7187a69efe1af0e11507a4efb5410 Mon Sep 17 00:00:00 2001 From: Richard Roberts Date: Tue, 9 Oct 2012 00:14:42 +0000 Subject: [PATCH] Fixed typo/spelling (hopefully for the last time) --- gtsam/inference/BayesTree.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtsam/inference/BayesTree.h b/gtsam/inference/BayesTree.h index 631fad53d..26d896492 100644 --- a/gtsam/inference/BayesTree.h +++ b/gtsam/inference/BayesTree.h @@ -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(); }