Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
marschap committed Aug 26, 2006
1 parent 98c5397 commit 97aa7a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Net/LDAP/Entry.pm
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ sub new {
@_ and $entry->dn( shift );
@_ and $entry->add( @_ );

retrun $entry;
return $entry;
}

sub clone {
Expand Down

0 comments on commit 97aa7a7

Please sign in to comment.