(svn r20266) -Doc: Mostly typo fixes, a few doxygen-related improvements.

This commit is contained in:
alberth
2010-07-31 21:02:56 +00:00
parent 165452bad6
commit 1743c86610
35 changed files with 70 additions and 71 deletions

View File

@@ -506,7 +506,7 @@ public:
this->SetDirty();
break;
case GRP_WIDGET_LIST_GROUP: { // Maxtrix group
case GRP_WIDGET_LIST_GROUP: { // Matrix group
const VehicleID vindex = this->vehicle_sel;
this->vehicle_sel = INVALID_VEHICLE;
this->SetDirty();
@@ -518,7 +518,7 @@ public:
break;
}
case GRP_WIDGET_LIST_VEHICLE: { // Maxtrix vehicle
case GRP_WIDGET_LIST_VEHICLE: { // Matrix vehicle
const VehicleID vindex = this->vehicle_sel;
this->vehicle_sel = INVALID_VEHICLE;
this->SetDirty();