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
commit5fc05c681a398a65430d2d191f0fcf3dee9383ea (patch)
treeefcb05b249ff430eac804d30c6de32425edb026e /pool.c
parent3965366b9779425b060b16ee5a46a9c820645943 (diff)
downloadopenttd-5fc05c681a398a65430d2d191f0fcf3dee9383ea.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++)