Patchs by Matt McCutche to fix Treeboss related Bugs 469 and 504.
[supertux.git] / src / ref.hpp
index 76f5677..0093a34 100644 (file)
@@ -22,7 +22,7 @@
 
 /** This class behaves like a pointer to a refcounted object, but increments the
  * reference count when new objects are assigned and decrements the refcounter
- * when it's lifetime has experied. (similar to std::auto_ptr)
+ * when its lifetime has expired. (similar to std::auto_ptr)
  */
 template<typename T>
 class Ref
@@ -85,4 +85,3 @@ private:
 };
 
 #endif
-