aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'eclass/mozsupport.eclass')
-rw-r--r--eclass/mozsupport.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/mozsupport.eclass b/eclass/mozsupport.eclass
index d7023021..f50fa973 100644
--- a/eclass/mozsupport.eclass
+++ b/eclass/mozsupport.eclass
@@ -302,7 +302,7 @@ mozconfig_config() {
# QA - check to make sure all mandatory use flags are specified in IUSE and die
# if any are missing.
local i
- for i in dbus debug neon pulseaudio selinux startup-notificaiton system-harfbuzz \
+ for i in dbus debug neon pulseaudio selinux startup-notification system-harfbuzz \
system-icu system-jpeg system-libevent system-sqlite system-libvpx ; do
in_iuse ${i} || die "QA: ${i} not found in IUSE, required for mozconfig_config"
done