aboutsummaryrefslogtreecommitdiff
path: root/docs/options.md
diff options
context:
space:
mode:
authorFriedrich W. H. Kossebau <kossebau@kde.org>2017-07-13 17:03:35 +0200
committerFriedrich W. H. Kossebau <kossebau@kde.org>2017-07-13 17:03:35 +0200
commitbc97a9a9b491cef9acf2d169a9dee0634f79492b (patch)
tree67dc084ac9d89650c44e661e86efb30a5576fd75 /docs/options.md
parentc7879452e73112988b6d2d58aae6b708adb2bdeb (diff)
downloadkconfig-bc97a9a9b491cef9acf2d169a9dee0634f79492b.tar.gz
kconfig-bc97a9a9b491cef9acf2d169a9dee0634f79492b.tar.bz2
API dox: fix QT_*_HOME notes (typo, wrong enum type, markup)
Diffstat (limited to 'docs/options.md')
-rw-r--r--docs/options.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/options.md b/docs/options.md
index ba7e2d89..fab22e1d 100644
--- a/docs/options.md
+++ b/docs/options.md
@@ -91,9 +91,9 @@ The following syntax for environment variables is also supported:
Name[$ei]=${USER}
There are three environment variables that have a fallback strategy if the
-environment variable is not set. They instead map to a location from QStanardPaths.
+environment variable is not set. They instead map to a location from QStandardPaths.
They are:
- `$QT_CACHE_HOME` - QStandardPaths::GenericConfigLocation
- `$QT_CONFIG_HOME` - QStandardPaths::GenericConfigLocation
- `$QT_DATA_HOME` - QStandardPaths::GenericDataLocation
+* `$QT_CACHE_HOME` - QStandardPaths::GenericCacheLocation
+* `$QT_CONFIG_HOME` - QStandardPaths::GenericConfigLocation
+* `$QT_DATA_HOME` - QStandardPaths::GenericDataLocation