* Fixed a few own mistakes from a previous commit
[supertux.git] / src / badguy / rocketexplosion.cpp
index e79e847..e7f594b 100644 (file)
@@ -38,7 +38,7 @@ RocketExplosion::RocketExplosion(const Vector& pos, Direction dir)
 void
 RocketExplosion::write(lisp::Writer& )
 {
-  // bombs are only temporarily so don't write them out...
+  // rocket explosions are only temporarily so don't write them out...
 }
 
 HitResponse