[doc] Fix some typos

This commit is contained in:
Bill Currie 2021-03-29 19:02:22 +09:00
parent 15a5254f04
commit 0fb3167858
3 changed files with 3 additions and 3 deletions

View file

@ -28,7 +28,7 @@ whitespace. This allows commands and arguments to contain \c + and \c - so
long as the preceeding character is not whitespace, but also prevents
command line switches (eg \c -nosound) from becoming part of the console
command. Using careful quoting, it is even possible for a command or
argument to beging with \c + or \c -.
argument to begin with \c + or \c -.
The following command line will fail to set m_pitch because the -0.022
will not be part of the console command. <code>usage: setrom \<cvar\>

View file

@ -98,7 +98,7 @@ Supported attributes are:
<code>QF</code>.</dd>
</dl>
Attribute allow variable substitution. Variables can take the form of
Attributes allow variable substitution. Variables can take the form of
either <code>\$NAME</code> or <code>\${NAME}</code>, where the latter is
useful when the end of \c NAME is ambiguous (eg,
<code>\${NAME}STUFF</code> vs <code>\$NAME/STUFF</code>).

View file

@ -10,7 +10,7 @@ The server is "reserved" for playing clients. Any spectators would be
referees and/or admins (however, this is up to the server admin).
A qtv proxy connects to the server. The proxy may have spectating clients
and other even other proxies connecting to it. The proxies can chain to any
and even other proxies connecting to it. The proxies can chain to any
depth as an upstream proxy will pass on its information to any downstream
proxies. With just a few levels of proxies, it should be possible to have
very large spectator groups.