summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorMichael Kuhn <michael.kuhn@informatik.uni-hamburg.de>2020-04-21 17:48:48 +0200
committerGitHub <noreply@github.com>2020-04-21 08:48:48 -0700
commitb9655636ceaeaf931fc515ef8e2c7c0e28772131 (patch)
tree0fd785d716056650b03d89fa58c3e23c8cd2b8ed /var
parenta41b9365a9a7d302fc08f5c0e4ca746549cf63c7 (diff)
downloadspack-b9655636ceaeaf931fc515ef8e2c7c0e28772131.tar.gz
spack-b9655636ceaeaf931fc515ef8e2c7c0e28772131.tar.bz2
spack-b9655636ceaeaf931fc515ef8e2c7c0e28772131.tar.xz
spack-b9655636ceaeaf931fc515ef8e2c7c0e28772131.zip
gettext: Fix typo (#16206)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/gettext/package.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/gettext/package.py b/var/spack/repos/builtin/packages/gettext/package.py
index 27165da5b4..8076ccb841 100644
--- a/var/spack/repos/builtin/packages/gettext/package.py
+++ b/var/spack/repos/builtin/packages/gettext/package.py
@@ -51,7 +51,7 @@ class Gettext(AutotoolsPackage, GNUMirrorPackage):
config_args = [
'--disable-java',
- '--disable-icsharp',
+ '--disable-csharp',
'--with-libiconv-prefix={0}'.format(spec['iconv'].prefix),
'--with-included-glib',
'--with-included-gettext',