changeset 13537:cd0f89ae820c draft

(svn r18058) -Fix: typos in parameter names
author rubidium <rubidium@openttd.org>
date Fri, 13 Nov 2009 17:40:21 +0000
parents 7ec81219f539
children b43758d10c91
files src/bridge_map.cpp src/screenshot.cpp
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/bridge_map.cpp
+++ b/src/bridge_map.cpp
@@ -16,8 +16,8 @@
 
 /**
  * Finds the end of a bridge in the specified direction starting at a middle tile
- * @param t the bridge tile to find the bridge ramp for
- * @param d the direction to search in
+ * @param tile the bridge tile to find the bridge ramp for
+ * @param dir  the direction to search in
  */
 static TileIndex GetBridgeEnd(TileIndex tile, DiagDirection dir)
 {
--- a/src/screenshot.cpp
+++ b/src/screenshot.cpp
@@ -88,7 +88,7 @@
  * @param w width in pixels
  * @param h height in pixels
  * @param pixelformat bits per pixel
- * @param paletter colour paletter (for 8bpp mode)
+ * @param palette colour palette (for 8bpp mode)
  * @return was everything ok?
  */
 static bool MakeBmpImage(char *name, ScreenshotCallback *callb, void *userdata, uint w, uint h, int pixelformat, const Colour *palette)