#303: Typo fixes from mathnerd314
[supertux.git] / src / ref.hpp
index ff7e07c..0093a34 100644 (file)
@@ -1,4 +1,4 @@
-//  $Id: main.cpp 3385 2006-04-23 13:08:57Z matzebraun $
+//  $Id$
 //
 //  SuperTux
 //  Copyright (C) 2006 Matthias Braun <matze@braunis.de>
@@ -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
-