From 01ac089e243c721d088a117cc7a8505cb5da80d8 Mon Sep 17 00:00:00 2001 From: dooglus Date: Wed, 12 Sep 2007 21:01:33 +0000 Subject: [PATCH] A few more typos. git-svn-id: http://svn.voria.com/code@659 1f10aa63-cdf2-0310-b900-c93c546f37ac --- ETL/trunk/ETL/_angle.h | 4 ++-- ETL/trunk/ETL/_bezier.h | 2 +- ETL/trunk/ETL/_clock_base.h | 2 +- ETL/trunk/ETL/_fastangle.h | 4 ++-- ETL/trunk/ETL/_gaussian.h | 4 ++-- ETL/trunk/ETL/_handle.h | 6 +++--- ETL/trunk/ETL/_smach.h | 6 +++--- ETL/trunk/ETL/_surface.h | 4 ++-- ETL/trunk/ETL/_value.h | 4 ++-- 9 files changed, 18 insertions(+), 18 deletions(-) diff --git a/ETL/trunk/ETL/_angle.h b/ETL/trunk/ETL/_angle.h index 1be01bb..cf31029 100644 --- a/ETL/trunk/ETL/_angle.h +++ b/ETL/trunk/ETL/_angle.h @@ -239,7 +239,7 @@ private: public: /* - ** Converstion Classes + ** Conversion Classes */ class rad; @@ -247,7 +247,7 @@ public: class rot; /* - ** Trigometric Classes + ** Trigonometric Classes */ class sin; diff --git a/ETL/trunk/ETL/_bezier.h b/ETL/trunk/ETL/_bezier.h index fe7ba8c..cf04ad3 100644 --- a/ETL/trunk/ETL/_bezier.h +++ b/ETL/trunk/ETL/_bezier.h @@ -926,7 +926,7 @@ private: /* * NearestPointOnCurve : * Compute the parameter value of the point on a Bezier - * curve segment closest to some arbtitrary, user-input point. + * curve segment closest to some arbitrary, user-input point. * Return the point on the curve at that parameter value. * * value_type& P; The user-supplied point diff --git a/ETL/trunk/ETL/_clock_base.h b/ETL/trunk/ETL/_clock_base.h index 8636cd2..8f180f5 100644 --- a/ETL/trunk/ETL/_clock_base.h +++ b/ETL/trunk/ETL/_clock_base.h @@ -110,7 +110,7 @@ public: ** few microseconds faster, but a few tests on my ** PowerBook G4 have proved otherwise. Indeed I loose ** several microseconds using this "optimized" method. - ** Bizzare. + ** Bizarre. ** - darco (8-17-2002) { timestamp endtime=get_current_time()+seconds_to_timestamp(length); diff --git a/ETL/trunk/ETL/_fastangle.h b/ETL/trunk/ETL/_fastangle.h index 461a78d..78ac67a 100644 --- a/ETL/trunk/ETL/_fastangle.h +++ b/ETL/trunk/ETL/_fastangle.h @@ -246,7 +246,7 @@ public: bool operator!()const { return v==unit(0); } /* - ** Converstion Classes + ** Conversion Classes */ class radians; @@ -254,7 +254,7 @@ public: class rotations; /* - ** Trigometric Classes + ** Trigonometric Classes */ class sin; diff --git a/ETL/trunk/ETL/_gaussian.h b/ETL/trunk/ETL/_gaussian.h index 7f49467..6ad9882 100644 --- a/ETL/trunk/ETL/_gaussian.h +++ b/ETL/trunk/ETL/_gaussian.h @@ -52,7 +52,7 @@ typename T::pointer SC3) //typename T::iterator_x iter; - // Setup the row bufers + // Setup the row buffers for(x=0;xrref(); - // If this is the first reversable handle + // If this is the first reversible handle if(!obj->front_) { obj->front_=obj->back_=this; @@ -411,7 +411,7 @@ private: assert(obj); obj->runref(); - // If this is the last reversable handle + // If this is the last reversible handle if(obj->front_==obj->back_) { obj->front_=obj->back_=0; @@ -556,7 +556,7 @@ public: /*! Uses the default constructor */ void spawn() { operator=(handle(new T())); } - //! Returns number of reversable instances + //! Returns number of reversible instances count_type rcount()const { diff --git a/ETL/trunk/ETL/_smach.h b/ETL/trunk/ETL/_smach.h index 876b6d4..992d09b 100644 --- a/ETL/trunk/ETL/_smach.h +++ b/ETL/trunk/ETL/_smach.h @@ -38,7 +38,7 @@ #ifdef _MSC_VER #pragma warning (disable:4786) -#pragma warning (disable:4290) // MSVC6 doesnt like function declarations with exception specs +#pragma warning (disable:4290) // MSVC6 doesn't like function declarations with exception specs #endif //#define ETL_MUTEX_LOCK() _mutex::lock lock(mutex) @@ -338,7 +338,7 @@ public: const state_base *prev_state=default_state; // If we are already in a state, leave it and - // colapse the state stack + // collapse the state stack if(default_state) default_state->leave_state(default_context); @@ -416,7 +416,7 @@ public: const state_base *prev_state=curr_state; // If we are already in a state, leave it and - // colapse the state stack + // collapse the state stack if(curr_state) egress(); diff --git a/ETL/trunk/ETL/_surface.h b/ETL/trunk/ETL/_surface.h index b91ab98..eae2df0 100644 --- a/ETL/trunk/ETL/_surface.h +++ b/ETL/trunk/ETL/_surface.h @@ -495,7 +495,7 @@ public: if(y0 > y1) std::swap(y0,y1); //local variable madness - //all things that want to interoperate should provide a default value constructor for = 0 + //all things that want to inter-operate should provide a default value constructor for = 0 accumulator_type acum = 0; int xi=0,yi=0; @@ -561,7 +561,7 @@ public: if(y0 > y1) std::swap(y0,y1); //local variable madness - //all things that want to interoperate should provide a default value constructor for = 0 + //all things that want to inter-operate should provide a default value constructor for = 0 accumulator_type acum = 0; int xi=0,yi=0; diff --git a/ETL/trunk/ETL/_value.h b/ETL/trunk/ETL/_value.h index 7894df7..a52567e 100644 --- a/ETL/trunk/ETL/_value.h +++ b/ETL/trunk/ETL/_value.h @@ -73,7 +73,7 @@ class value contentholder *content; -public: //structor interface +public: //constructor interface value() :content(0) { @@ -134,7 +134,7 @@ private: //implementation interface public: //representation T obj; - public: //structor interface + public: //constructor interface holder(const T &o) :obj(o) -- 2.7.4