Skip to content

Commit

Permalink
opam: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesm committed Jan 10, 2024
1 parent db15dc2 commit 46e71a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mirage-crypto-rng-async.opam
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ available: os != "win32"
description: """

Mirage-crypto-rng-async feeds the entropy source for Mirage_crypto_rng-based
random number genreator implementations, in an Async-friendly way.
random number generator implementations, in an Async-friendly way.
"""

2 changes: 1 addition & 1 deletion mirage-crypto-rng-eio.opam
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ depends: [
]
description: """
Mirage-crypto-rng-eio feeds the entropy source for Mirage_crypto_rng-based
random number genreator implementations, in an eio-friendly way.
random number generator implementations, in an eio-friendly way.
"""

0 comments on commit 46e71a9

Please sign in to comment.