#303: Typo fixes from mathnerd314
[supertux.git] / src / object / ambient_sound.hpp
index 8f4dbbc..dd5c9da 100644 (file)
@@ -21,7 +21,7 @@
 /**
  *  Ambient Sound Source, gamma version. Features:
  *
- *  - "rounded rectancle" geometry with position, dimension and
+ *  - "rounded rectangle" geometry with position, dimension and
  *    "rounding radius" (extending in all directions) of a 100%
  *    volume area, adjustable maximum volume, inverse square
  *    falloff outside area.
@@ -32,7 +32,7 @@
  *
  *    x, y               position
  *    width, height      dimension
- *    distance_factor    high = steep fallofff
+ *    distance_factor    high = steep falloff
  *    distance_bias      high = big "100% disc"
  *    silence_distance   defaults reasonably.
  *    sample             sample to be played back in loop mode
@@ -67,15 +67,15 @@ public:
     return position;
   }
 
-  /** 
+  /**
    * @name Scriptable Methods
-   * @{ 
+   * @{
    */
   void set_pos(float x, float y);
   float get_pos_x() const;
   float get_pos_y() const;
-  /** 
-   * @} 
+  /**
+   * @}
    */
 
 protected: