Skip to content

Commit

Permalink
typo (#1179)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbourdeauducq committed Oct 20, 2018
1 parent 9afe84a commit 6d77908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artiq/tools.py
Expand Up @@ -118,7 +118,7 @@ def simple_network_args(parser, default_port):
group = parser.add_argument_group("network server")
group.add_argument(
"--bind", default=[], action="append",
help="additional hostname or IP addresse to bind to; "
help="additional hostname or IP address to bind to; "
"use '*' to bind to all interfaces (default: %(default)s)")
group.add_argument(
"--no-localhost-bind", default=False, action="store_true",
Expand Down

0 comments on commit 6d77908

Please sign in to comment.