summaryrefslogtreecommitdiff
path: root/mailnews
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2020-02-28 15:01:13 -0500
committerMatt A. Tobin <email@mattatobin.com>2020-02-28 15:01:13 -0500
commit790ea89b601dc219d27d7fad4bb3901e969bb26f (patch)
tree5e26ab706caccc32c1e7cbf8db891e6011539278 /mailnews
parentb2f39f5d26bac0e515a4c3b7c13abe042cd00aa7 (diff)
downloadaura-central-790ea89b601dc219d27d7fad4bb3901e969bb26f.tar.gz
Correct typo in mailnews/base/src/moz.build
Diffstat (limited to 'mailnews')
-rw-r--r--mailnews/base/src/moz.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/mailnews/base/src/moz.build b/mailnews/base/src/moz.build
index 69090b3b3..034d2e9bb 100644
--- a/mailnews/base/src/moz.build
+++ b/mailnews/base/src/moz.build
@@ -75,7 +75,7 @@ if CONFIG['MOZ_MAILNEWS_OAUTH2']:
EXTRA_COMPONENTS += ['msgOAuth2Module.js']
EXTRA_PP_COMPONENTS += [
- 'msgBase.manifest'
+ 'msgBase.manifest',
'nsMailNewsCommandLineHandler.js',
]