Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
aluzzardi committed Jul 24, 2012
1 parent 3a63c37 commit fc5b7d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/wsshd
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def connect(hostname, username):
bridge = wssh.WSSHBridge(request.environ['wsgi.websocket'])
try:
bridge.open(
hostnam3e=hostname,
hostname=hostname,
username=username,
password=request.args.get('password'),
private_key=request.args.get('private_key'),
Expand Down

0 comments on commit fc5b7d6

Please sign in to comment.