Spelling fixes.

This commit is contained in:
Markus Armbruster 2007-12-02 16:22:15 +00:00
parent c09d449204
commit aa38b1f31b

View file

@ -2,7 +2,7 @@ Introduction
Empire is designed as a smart server with dumb clients. An Empire Empire is designed as a smart server with dumb clients. An Empire
client need to know nothing about the game. Even telnet would do. In client need to know nothing about the game. Even telnet would do. In
fact, emp_client is litte more than a slightly specialized telnet. fact, emp_client is little more than a slightly specialized telnet.
In such a design, presentation is in the server, and it is designed In such a design, presentation is in the server, and it is designed
for human consumption. Ideally, presentation and logic are cleanly for human consumption. Ideally, presentation and logic are cleanly
@ -207,7 +207,7 @@ Notes:
parse' requirement parse' requirement
* Space is to be taken literally: a single space character. Not a * Space is to be taken literally: a single space character. Not a
non-empty sequence of whitespace. non-empty sequence of white-space.
Semantics: Semantics:
@ -495,8 +495,8 @@ Human-Readable xdump Language
Fundamental difference to basic, machine-readable xdump: the rigid Fundamental difference to basic, machine-readable xdump: the rigid
single space between fields is replaced by the rule known from single space between fields is replaced by the rule known from
programming languages: whitespace (space and tab) separates tokens and programming languages: white-space (space and tab) separates tokens
is otherwise ignored. The space non-terminal is no longer needed. and is otherwise ignored. The space non-terminal is no longer needed.
Rationale: This allows visual alignment of columns and free mixing of Rationale: This allows visual alignment of columns and free mixing of
space and tab characters. space and tab characters.