Correct some typos in comments/docs

This commit is contained in:
Bill Currie 2022-05-19 11:26:19 +09:00
parent 0bf903afd0
commit 688f17fda3
3 changed files with 3 additions and 3 deletions

View file

@ -365,7 +365,7 @@ in_bind_f (void)
Sys_Printf ("in_bind imt device type number binding...\n");
Sys_Printf (" imt: the name of the input mapping table in which the"
" intput will be bound\n");
Sys_Printf (" device: the nickname or id of the devise owning"
Sys_Printf (" device: the nickname or id of the device owning"
" the input to be bound\n");
Sys_Printf (" type: the type of input to be bound (axis or"
" button)\n");

View file

@ -897,7 +897,7 @@ static imtcmd_t imt_commands[] = {
"contexts\n"
"The new switcher will be attached to the specified context\n"
"default_imt specifies the default imt to be used for all possible\n"
"states and must axis and be in the context.\n"
"states and must exist and be in the context.\n"
"input0..inputN specify the inputs (cvar or button) used to set the\n"
"switcher's state. As each input forms a bit in the state index,\n"
"there will be 2**(N+1) states (so 4 inputs will result in 16\n"

View file

@ -110,7 +110,7 @@ FaceSide (const face_t *in, const plane_t *split)
return SIDE_ON;
}
/** Chose the best plane for dividing the bsp.
/** Choose the best plane for dividing the bsp.
The clipping hull BSP doesn't worry about avoiding splits, so this
function tries to find the plane that gives the most even split of the