changeset 18586:7f20ee9327bc draft

(svn r23431) -Fix: typo in @param variable
author truebrain <truebrain@openttd.org>
date Sun, 04 Dec 2011 15:48:15 +0000
parents d70925444635
children bfbbd51df755
files src/script/api/script_road.hpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/script/api/script_road.hpp
+++ b/src/script/api/script_road.hpp
@@ -473,7 +473,7 @@
 
 	/**
 	 * Get the maintenance cost factor of a roadtype.
-	 * @param railtype The roadtype to get the maintenance factor of.
+	 * @param roadtype The roadtype to get the maintenance factor of.
 	 * @pre IsRoadTypeAvailable(roadtype)
 	 * @return Maintenance cost factor of the roadtype.
 	 */