Skip to content

Commit

Permalink
Oops.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.parrot.org/parrot/trunk@4682 d31e2699-5ff4-0310-a27c-f18f2fbe73fe
  • Loading branch information
Melvin Smith committed Oct 30, 2003
1 parent 3925437 commit 94add92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/io/http.imc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# Pack a sockaddr_in structure with IP and port
#sockaddr address, 80, "129.42.18.99"
sockaddr address, 80, "www.ibm.com"
print "Connecting to http://www.parrotcode.org:80\n"
print "Connecting to http://www.ibm.com:80\n"
connect ret, sock, address
print "connect returned "
print ret
Expand Down

0 comments on commit 94add92

Please sign in to comment.