Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-duponchelle committed Mar 11, 2016
1 parent 17c5d30 commit 8cb5a6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gns3server/controller/udp_link.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def create(self):
adapter_number2 = self._vms[1]["adapter_number"]
port_number2 = self._vms[1]["port_number"]

# Reserve a TCP port on both side
# Reserve a UDP port on both side
response = yield from vm1.post("/ports/udp".format(self._project.id))
vm1_port = response.json["udp_port"]
response = yield from vm2.post("/ports/udp".format(self._project.id))
Expand Down

0 comments on commit 8cb5a6e

Please sign in to comment.