Spelling corrections

Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
Markus Armbruster 2017-07-30 16:49:03 +02:00
parent 644817993b
commit e6ce36df64
20 changed files with 30 additions and 30 deletions

View file

@ -24,7 +24,7 @@
*
* ---
*
* empio.h: Describes io pointers used in Empire
* empio.h: Describes I/O pointers used in Empire
*
* Known contributors to this file:
* Markus Armbruster, 2004-2012

View file

@ -152,7 +152,7 @@ enum ns_seltype {
/* Sector iterator */
struct nstr_sect {
coord x, y; /* current x-y */
coord dx, dy; /* accumlated x,y travel */
coord dx, dy; /* accumulated x,y travel */
int id; /* return value of sctoff */
enum ns_seltype type; /* selection type: NS_AREA or NS_DIST */
int curdist; /* NS_DIST: current range */