A few more typos.
authordooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Wed, 12 Sep 2007 21:01:33 +0000 (21:01 +0000)
committerdooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Wed, 12 Sep 2007 21:01:33 +0000 (21:01 +0000)
git-svn-id: http://svn.voria.com/code@659 1f10aa63-cdf2-0310-b900-c93c546f37ac

ETL/trunk/ETL/_angle.h
ETL/trunk/ETL/_bezier.h
ETL/trunk/ETL/_clock_base.h
ETL/trunk/ETL/_fastangle.h
ETL/trunk/ETL/_gaussian.h
ETL/trunk/ETL/_handle.h
ETL/trunk/ETL/_smach.h
ETL/trunk/ETL/_surface.h
ETL/trunk/ETL/_value.h

index 1be01bb..cf31029 100644 (file)
@@ -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;
index fe7ba8c..cf04ad3 100644 (file)
@@ -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
index 8636cd2..8f180f5 100644 (file)
@@ -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);
index 461a78d..78ac67a 100644 (file)
@@ -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;
index 7f49467..6ad9882 100644 (file)
@@ -52,7 +52,7 @@ typename T::pointer SC3)
 
        //typename T::iterator_x iter;
 
-       // Setup the row bufers
+       // Setup the row buffers
        for(x=0;x<w;x++)SC0[x+2]=pen.x()[x]*24;
        memset(SC1,0,(w+2)*sizeof(typename T::value_type));
        memset(SC2,0,(w+2)*sizeof(typename T::value_type));
@@ -144,7 +144,7 @@ gaussian_blur_3x3(T pen,int w, int h)
        typename T::pointer SC0=new typename T::value_type[w+1];
        typename T::pointer SC1=new typename T::value_type[w+1];
 
-       // Setup the row bufers
+       // Setup the row buffers
        for(x=0;x<w;x++)SC0[x+1]=pen.x()[x]*4;
        memset(SC1,0,(w+1)*sizeof(typename T::value_type));
 
index 3889d6b..83a9ab5 100644 (file)
@@ -391,7 +391,7 @@ private:
                assert(obj);
                obj->rref();
 
-               // 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<value_type>(new T())); }
 
-       //! Returns number of reversable instances
+       //! Returns number of reversible instances
        count_type
        rcount()const
        {
index 876b6d4..992d09b 100644 (file)
@@ -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();
 
index b91ab98..eae2df0 100644 (file)
@@ -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;
 
index 7894df7..a52567e 100644 (file)
@@ -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)