summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMatthieu Boileau <matthieu.boileau@math.unistra.fr>2022-11-04 20:19:34 +0100
committerGitHub <noreply@github.com>2022-11-04 20:19:34 +0100
commit76ec64859aeb60d934a0257a0e9340e379b7cbe4 (patch)
treea9379cfbb9fa1b14956dfc065bfec5ecc86a48a7 /lib
parente85b3082122b58c0e9bae8e892aba8ed7b70c047 (diff)
downloadspack-76ec64859aeb60d934a0257a0e9340e379b7cbe4.tar.gz
spack-76ec64859aeb60d934a0257a0e9340e379b7cbe4.tar.bz2
spack-76ec64859aeb60d934a0257a0e9340e379b7cbe4.tar.xz
spack-76ec64859aeb60d934a0257a0e9340e379b7cbe4.zip
Fix typo in docs (#33662)
Diffstat (limited to 'lib')
-rw-r--r--lib/spack/docs/configuration.rst2
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.