diff options
author | truebrain <truebrain@openttd.org> | 2011-12-04 15:48:15 +0000 |
---|---|---|
committer | truebrain <truebrain@openttd.org> | 2011-12-04 15:48:15 +0000 |
commit | 4df85af9508e3ab3741e09bb9fd74f229f7983ce (patch) | |
tree | 151ca68188c4045d96a296f55b18ce72f1fbe5a8 | |
parent | 634796b86059af099c2b75870d6bd006334a2c20 (diff) | |
download | openttd-4df85af9508e3ab3741e09bb9fd74f229f7983ce.tar.xz |
(svn r23431) -Fix: typo in @param variable
-rw-r--r-- | src/script/api/script_road.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/script/api/script_road.hpp b/src/script/api/script_road.hpp index fe855c0bb..d058b8a7c 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. */ |