Skip to content

Commit

Permalink
chore: fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
minikin committed Aug 23, 2024
1 parent 9d4bbe7 commit e74dd01
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .config/dictionaries/project.dic
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ apskhem
Arissara
asyncio
Attributes
Attributes
auditability
backpressure
bimap
Expand Down
2 changes: 1 addition & 1 deletion rust/c509-certificate/src/c509_attributes/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
//! SubjectDirectoryAttributes = [+Attributes]
//! ```
//!
//! For more information about `Atributes`,
//! For more information about `Attributes`,
//! visit [C509 Certificate](https://datatracker.ietf.org/doc/draft-ietf-cose-cbor-encoded-cert/09/)
use attribute::Attribute;
Expand Down

0 comments on commit e74dd01

Please sign in to comment.