Skip to content

Commit

Permalink
Flargle
Browse files Browse the repository at this point in the history
  • Loading branch information
pudge committed Dec 9, 2002
1 parent 31df383 commit cd3cdb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/SOAP/example_client.pl
Expand Up @@ -16,6 +16,6 @@
my $nick = $soap->get_nickname($uid)->result;
my $nuid = $soap->get_uid($nick)->result;

print "Results for UID $uid: $nickname ($nuid)\n";
print "Results for UID $uid: $nick ($nuid)\n";

__END__

0 comments on commit cd3cdb4

Please sign in to comment.