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/newgrf_townname.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/newgrf_townname.h') diff --git a/src/newgrf_townname.h b/src/newgrf_townname.h index e6b8ec2be..0b1b389cb 100644 --- a/src/newgrf_townname.h +++ b/src/newgrf_townname.h @@ -18,7 +18,7 @@ #include "strings_type.h" struct NamePart { - byte prob; ///< The relative probablity of the following name to appear in the bottom 7 bits. + byte prob; ///< The relative probability of the following name to appear in the bottom 7 bits. union { char *text; ///< If probability bit 7 is clear byte id; ///< If probability bit 7 is set -- cgit v1.2.3-54-g00ecf