[client] fix typo

This commit is contained in:
Geoffrey McRae
2019-05-24 05:31:16 +10:00
parent 437ebf6265
commit 759b4ef811
3 changed files with 5 additions and 5 deletions

View File

@@ -237,7 +237,7 @@ static struct Option options[] =
{
.module = "input",
.name = "mouseSens",
.description = "Initial mouse sensitivity when in caputre mode (-9 to 9)",
.description = "Initial mouse sensitivity when in capture mode (-9 to 9)",
.type = OPTION_TYPE_INT,
.value.x_int = 0,
},