Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-duponchelle committed Nov 11, 2016
1 parent 3bb4f6f commit 52577b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gns3server/utils/vmnet.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def vmnet_windows(args, vmnet_range_start, vmnet_range_end):
if not shell.IsUserAnAdmin():
raise SystemExit("You must run this script as an administrator")

print("Using ", vnetlib_path, " for controlling vmnet")
print("Using", vnetlib_path, "for controlling vmnet")

if args.list:
raise SystemExit("Not implemented")
Expand Down

0 comments on commit 52577b5

Please sign in to comment.