Skip to content

Commit

Permalink
Typo: Ovveride → Override (#12604)
Browse files Browse the repository at this point in the history
  • Loading branch information
foolip committed Aug 21, 2018
1 parent 05f0eb4 commit 5fd7206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/wpt/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def args_general(kwargs):
def check_environ(product):
if product not in ("firefox", "servo"):
config_builder = serve.build_config(os.path.join(wpt_root, "config.json"))
# Ovveride the ports to avoid looking for free ports
# Override the ports to avoid looking for free ports
config_builder.ssl = {"type": "none"}
config_builder.ports = {"http": [8000]}

Expand Down

0 comments on commit 5fd7206

Please sign in to comment.