Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
IngelaAndin committed Oct 30, 2023
1 parent 192eaa0 commit 00653b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/public_key/src/pubkey_cert.erl
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ select_extension(Id, [_ | Extensions]) ->
select_extension(Id, Extensions).

%%--------------------------------------------------------------------
-spec match_name(TYpe:: rfc822Name | directoryName | uniformResourceIdentifier |
-spec match_name(Type:: rfc822Name | directoryName | uniformResourceIdentifier |
emailAddress | dNSName | x400Address | ipAdress,
Name::term(), Names::[term()]) -> boolean().
%%
Expand Down

0 comments on commit 00653b9

Please sign in to comment.