From c24374f99c22d9420d6d182ff835f07a5b954b48 Mon Sep 17 00:00:00 2001 From: planetmaker Date: Tue, 8 Jan 2013 22:46:42 +0000 Subject: (svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagle_rainbow) --- src/station.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/station.cpp') diff --git a/src/station.cpp b/src/station.cpp index 94f49fd0b..43b659476 100644 --- a/src/station.cpp +++ b/src/station.cpp @@ -376,7 +376,7 @@ void StationRect::MakeEmpty() * @note x and y are in Tile coordinates * @param x X coordinate * @param y Y coordinate - * @param distance The maxmium distance a point may have (L1 norm) + * @param distance The maximum distance a point may have (L1 norm) * @return true if the point is within distance tiles of the station rectangle */ bool StationRect::PtInExtendedRect(int x, int y, int distance) const -- cgit v1.2.3-54-g00ecf