>From 4884cafd23223cf67d063ea9d508a76d4be00cb1 Mon Sep 17 00:00:00 2001 From: Ryan Pavlik Date: Wed, 5 May 2010 18:11:23 -0500 Subject: [PATCH 3/3] Fix spelling error in comment --- tag/constantvelocity.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tag/constantvelocity.h b/tag/constantvelocity.h index eb8fb04..5330665 100644 --- a/tag/constantvelocity.h +++ b/tag/constantvelocity.h @@ -40,7 +40,7 @@ public: TooN::Matrix covariance; }; -/// operator to print out instances of State in a useable manner. +/// operator to print out instances of State in a usable manner. /// @ingroup constantvelocitygroup template inline O & operator<< (O & os , const State & st){ -- 1.7.1