diff options
author | Jeremy Whiting <jpwhiting@kde.org> | 2019-03-26 10:47:31 -0600 |
---|---|---|
committer | Jeremy Whiting <jpwhiting@kde.org> | 2019-04-07 20:25:02 -0600 |
commit | 84e4b53a909d5e111702b32a2e93e327154630b2 (patch) | |
tree | 41b3aed7fbbfb9e6c361ff23bb58f8cbfa63274f /docs | |
parent | b6f37c4a7aafdbc62fb6a2d024da29d20f914f96 (diff) | |
download | kconfig-84e4b53a909d5e111702b32a2e93e327154630b2.tar.gz kconfig-84e4b53a909d5e111702b32a2e93e327154630b2.tar.bz2 |
Fix typo in KConfig documentation.
Cadcading should be cascading.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/options.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/options.md b/docs/options.md index fab22e1d..c634c000 100644 --- a/docs/options.md +++ b/docs/options.md @@ -11,7 +11,7 @@ application desktop files). Immutable Entries ----------------- -KConfig's cadcading configuration mechanism usually causes values from earlier, +KConfig's cascading configuration mechanism usually causes values from earlier, "global" configuration files to be overridden by later, "local" ones. Typically, the system administrator might set global defaults, and a user might override them in their local configuration files. |