1
0
Fork 0

(svn r23431) -Fix: typo in @param variable

release/1.2
truebrain 2011-12-04 15:48:15 +00:00
parent 634796b860
commit 4df85af950
1 changed files with 1 additions and 1 deletions

View File

@ -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.
*/