From a825b4fa5f159604f9f61bafa21b75a22d8944f5 Mon Sep 17 00:00:00 2001 From: alberth Date: Sat, 31 Jul 2010 21:02:56 +0000 Subject: (svn r20266) -Doc: Mostly typo fixes, a few doxygen-related improvements. --- src/group_gui.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/group_gui.cpp') diff --git a/src/group_gui.cpp b/src/group_gui.cpp index e7f76b896..ccda6309d 100644 --- a/src/group_gui.cpp +++ b/src/group_gui.cpp @@ -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(); -- cgit v1.2.3-54-g00ecf