Skip to content
This repository has been archived by the owner on Sep 15, 2021. It is now read-only.

Commit

Permalink
fix typo. r=ALL THE PEOPLE!
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris AtLee committed Jun 12, 2012
1 parent 296aea0 commit 978cdbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildbot-helpers/release_sanity.py
Expand Up @@ -5,7 +5,7 @@
[-N|--build-number `buildnumber`]
[-c| --release-config `releaseConfigFile`]
[-w| --whitelist `mozconfig_whitelist`]
[--l10n-dashboad-version version]
[--l10n-dashboard-version version]
-p|--products firefox,fennec master:port
Wrapper script to sanity-check a release. Default behaviour is to check
Expand Down Expand Up @@ -366,7 +366,7 @@ def verify_options(cmd_options, config):
help="coma separated list of products")
parser.add_option("-w", "--whitelist", dest="whitelist",
help="whitelist for known mozconfig differences")
parser.add_option("--l10n-dashboad-version", dest="l10n_dashboard_version",
parser.add_option("--l10n-dashboard-version", dest="l10n_dashboard_version",
help="Override L10N dashboard version")

options, args = parser.parse_args()
Expand Down

0 comments on commit 978cdbd

Please sign in to comment.