summaryrefslogtreecommitdiff
path: root/pool.c
diff options
context:
space:
mode:
authorDarkvater <darkvater@openttd.org>2005-05-17 16:07:48 +0000
committerDarkvater <darkvater@openttd.org>2005-05-17 16:07:48 +0000
commit166c1badc91d8ab0211f16e7c90b8c011e2b4a74 (patch)
treeefcb05b249ff430eac804d30c6de32425edb026e /pool.c
parent143dd26ef5a4edb1ab8b3d918c7c3268f8a6a077 (diff)
downloadopenttd-166c1badc91d8ab0211f16e7c90b8c011e2b4a74.tar.xz
(svn r2338) - CodeChange: only call the variable hooks when you set their value not when you query them
- Fix: typo in pool.c "Cleaing up" --> "Cleaning up"
Diffstat (limited to 'pool.c')
-rw-r--r--pool.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pool.c b/pool.c
index 4130c0723..5f4171668 100644
--- a/pool.c
+++ b/pool.c
@@ -10,7 +10,7 @@ void CleanPool(MemoryPool *pool)
{
uint i;
- DEBUG(misc, 4)("[Pool] (%s) Cleaing pool..", pool->name);
+ DEBUG(misc, 4)("[Pool] (%s) Cleaning pool..", pool->name);
/* Free all blocks */
for (i = 0; i < pool->current_blocks; i++)