mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-19 07:20:50 +00:00
[input] Correct a typo in in_bind's help text
This commit is contained in:
parent
ad892921ce
commit
3bd922e473
1 changed files with 1 additions and 1 deletions
|
@ -374,7 +374,7 @@ in_bind_f (void)
|
|||
" button)\n");
|
||||
// FIXME support names
|
||||
Sys_Printf (" number: the numeric id of the input to be bound\n");
|
||||
Sys_Printf (" binging...: the destination to which the input will"
|
||||
Sys_Printf (" binding...: the destination to which the input will"
|
||||
" be bound\n");
|
||||
Sys_Printf (" for axis inputs, this can be an analog input or"
|
||||
" an axis-button\n");
|
||||
|
|
Loading…
Reference in a new issue