diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/spack/docs/configuration.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/spack/docs/configuration.rst b/lib/spack/docs/configuration.rst index 21c8f4afaf..add9150967 100644 --- a/lib/spack/docs/configuration.rst +++ b/lib/spack/docs/configuration.rst @@ -549,7 +549,7 @@ down the problem: You can see above that the ``build_jobs`` and ``debug`` settings are built in and are not overridden by a configuration file. The -``verify_ssl`` setting comes from the ``--insceure`` option on the +``verify_ssl`` setting comes from the ``--insecure`` option on the command line. ``dirty`` and ``install_tree`` come from the custom scopes ``./my-scope`` and ``./my-scope-2``, and all other configuration options come from the default configuration files that ship with Spack. |