@@ -1097,7 +1097,7 @@ Changed
10971097 - tcod.console: `Console.blit ` parameters have been rearranged.
10981098 Most of the parameters are now optional.
10991099 - tcod.noise: `Noise.__init__ ` parameter `rand ` is now named `seed `.
1100- - tdl: Changed `set_fps ` paramter name to `fps `.
1100+ - tdl: Changed `set_fps ` parameter name to `fps `.
11011101Fixed
11021102 - tcod.bsp: Corrected spelling of max_vertical_ratio.
11031103
@@ -1140,7 +1140,7 @@ Fixed
11401140Changed
11411141 - `KeyEvent `'s with `text ` now have all their modifier keys set to False.
11421142Fixed
1143- - Undefined behaviour in text events caused crashes on 32-bit builds.
1143+ - Undefined behavior in text events caused crashes on 32-bit builds.
11441144
114511453.0.0 - 2017-03-21
11461146------------------
@@ -1166,7 +1166,7 @@ Fixed
11661166------------------
11671167Changed
11681168 - Dependencies updated, tdl now requires libtcod-cffi 2.x.x
1169- - Some event behaviours have changed with SDL2, event keys might be different
1169+ - Some event behaviors have changed with SDL2, event keys might be different
11701170 than what you expect.
11711171Removed
11721172 - Key repeat functions were removed from SDL2.
@@ -1203,7 +1203,7 @@ Removed
12031203 https://github.com/HexDecimal/libtcod-cffi
12041204 You can use this library to have some raw access to libtcod if you want.
12051205 Plus it can be used alongside TDL.
1206- - The libtocd console objects in Console instances have been made public.
1206+ - The libtcod console objects in Console instances have been made public.
12071207- Added tdl.event.wait function. This function can called with a timeout and
12081208 can automatically call tdl.flush.
12091209
@@ -1262,7 +1262,7 @@ Removed
12621262------------------
12631263- Some of the setFont parameters were incorrectly labeled and documented.
12641264- setFont can auto-detect tilesets if the font sizes are in the filenames.
1265- - Added some X11 unicode tilesets, including unifont .
1265+ - Added some X11 unicode tilesets, including Unifont .
12661266
126712671.1.2 - 2012-12-13
12681268------------------
0 commit comments