Spell BTU and ETU consistently

Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
Markus Armbruster 2017-07-30 16:55:04 +02:00
parent e6ce36df64
commit 2bcd875715
21 changed files with 57 additions and 57 deletions

View file

@ -40,7 +40,7 @@
int
age_people(int n, int etu)
{
/* age by 1% per 24 etus */
/* age by 1% per 24 ETUs */
return roundavg(n * (1.0 - etu / 2400.0));
}

View file

@ -63,7 +63,7 @@ update_main(void)
struct natstr *np;
update_running = 1;
logerror("production update (%d etus)", etu);
logerror("production update (%d ETUs)", etu);
getrusage(RUSAGE_SELF, &rus1);
game_record_update(time(NULL));
journal_update(etu);