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

@ -35,7 +35,7 @@
struct cmndstr {
char *c_form; /* prototype of command */
int c_cost; /* btu cost of command */
int c_cost; /* BTU cost of command */
int (*c_addr)(void); /* core addr of appropriate routine */
int c_flags; /* command flags */
int c_permit; /* command capabilities required */