From fb3396a21d23fc9bd72249cdfa47fb6831019e2b Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Mon, 4 Jan 2016 16:20:57 +0900 Subject: [PATCH] Fix a typo in the key docs. --- include/QF/keys.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/QF/keys.h b/include/QF/keys.h index cfd20d258..a2f751486 100644 --- a/include/QF/keys.h +++ b/include/QF/keys.h @@ -600,7 +600,7 @@ const char *Key_GetBinding (imt_t *imt, knum_t key); Only one command string can be bound to a key, but the command string may contain multiple commands. - \param int The input mapping table in which the key will be bound. + \param imt The input mapping table in which the key will be bound. \param keynum The key to which the command string will be bound. \param binding The command string that will be bound. */