(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagle_rainbow)
This commit is contained in:
@@ -26,7 +26,7 @@ public:
|
||||
*/
|
||||
enum LandscapeType {
|
||||
/* Note: these values represent part of the in-game LandscapeType enum */
|
||||
LT_TEMPERATE = ::LT_TEMPERATE, ///< Temperate climiate.
|
||||
LT_TEMPERATE = ::LT_TEMPERATE, ///< Temperate climate.
|
||||
LT_ARCTIC = ::LT_ARCTIC, ///< Arctic climate.
|
||||
LT_TROPIC = ::LT_TROPIC, ///< Tropic climate.
|
||||
LT_TOYLAND = ::LT_TOYLAND, ///< Toyland climate.
|
||||
|
Reference in New Issue
Block a user