Spell BTU and ETU consistently
Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
parent
e6ce36df64
commit
2bcd875715
21 changed files with 57 additions and 57 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue