From c43cdbfc75c783a5bdce09925eaf3a399d053f27 Mon Sep 17 00:00:00 2001 From: truebrain Date: Sun, 4 Dec 2011 15:48:15 +0000 Subject: [PATCH] (svn r23431) -Fix: typo in @param variable --- src/script/api/script_road.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/script/api/script_road.hpp b/src/script/api/script_road.hpp index fe855c0bbd..d058b8a7c0 100644 --- a/src/script/api/script_road.hpp +++ b/src/script/api/script_road.hpp @@ -473,7 +473,7 @@ public: /** * 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. */