diff src/option.c @ 23467:826a6406ea7b v8.2.2276

patch 8.2.2276: list of distributed files is outdated Commit: https://github.com/vim/vim/commit/a72514945bc3edd4fc4d745004e37c5d5487c98d Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 2 16:53:13 2021 +0100 patch 8.2.2276: list of distributed files is outdated Problem: List of distributed files is outdated. Solution: Update the file list. Minor comment updates.
author Bram Moolenaar <Bram@vim.org>
date Sat, 02 Jan 2021 17:00:04 +0100
parents bb0c53f4ef8b
children bb29b09902d5
line wrap: on
line diff
--- a/src/option.c
+++ b/src/option.c
@@ -3835,7 +3835,7 @@ findoption(char_u *arg)
  *
  * Returns:
  * Number option: gov_number, *numval gets value.
- * Tottle option: gov_bool,   *numval gets value.
+ * Toggle option: gov_bool,   *numval gets value.
  * String option: gov_string, *stringval gets allocated string.
  * Hidden Number option: gov_hidden_number.
  * Hidden Toggle option: gov_hidden_bool.