summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2019-03-26 04:06:52 +0100
committerUlf Magnusson <ulfalizer@gmail.com>2019-03-26 04:06:52 +0100
commit68ffa81887f7fab2dd9fdb05130074efc2ca05ce (patch)
tree08d29bef06de6b639828ba5d28dcda7d69701f68
parent5bdec0ba25ee39dce109300809d9643d7d4306ba (diff)
olddefconfig: Fix typo in help
filing -> filling
-rwxr-xr-xolddefconfig.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/olddefconfig.py b/olddefconfig.py
index cc98ec8..c985bfa 100755
--- a/olddefconfig.py
+++ b/olddefconfig.py
@@ -4,7 +4,7 @@
# SPDX-License-Identifier: ISC
"""
-Updates an old .config file or creates a new one, by filing in default values
+Updates an old .config file or creates a new one, by filling in default values
for all new symbols. This is the same as picking the default selection for all
symbols in oldconfig, or entering the menuconfig interface and immediately
saving.