Skip to content

Commit 5c4d033

Browse files
committed
fix codespell
1 parent b962041 commit 5c4d033

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,24 +8,24 @@ This repository contains contracts and libraries in the following catogories:
88

99
- extensions and modules compatible with contracts in the [@openzeppelin/contracts](https://github.com/OpenZeppelin/openzeppelin-contracts) package;
1010
- alternative implementation of interfaces defined in the [@openzeppelin/contracts](https://github.com/OpenZeppelin/openzeppelin-contracts) package;
11-
- building blocks for developpers;
11+
- building blocks for developers;
1212
- prototypes in general.
1313

14-
Code is provided by the openzeppelin solidity team, as well as by community contributors, for other developpers to review, discuss, itterate on, and potentially use (see [the Security section](#security) before you do).
14+
Code is provided by the openzeppelin solidity team, as well as by community contributors, for other developers to review, discuss, iterate on, and potentially use (see [the Security section](#security) before you do).
1515

1616
## Security
1717

1818
Contracts and libraries in this repository are provided as is, with no particular guarantees. In particular:
1919

20-
- Code in this repository is not audited. Maintainers will review the code to the extend that the is no obviously malicious code published, but bugs may be present in this code that may lead to priviledge escalation or loss of funds. Any code taken from this repository should be audited before being used in production.
20+
- Code in this repository is not audited. Maintainers will review the code to the extend that the is no obviously malicious code published, but bugs may be present in this code that may lead to privilege escalation or loss of funds. Any code taken from this repository should be audited before being used in production.
2121

2222
- Code in this repository is NOT covered by the [OpenZeppelin bug bounty on Immunefi](https://immunefi.com/bug-bounty/openzeppelin/).
2323

2424
- Code in this repository comes with no backward compatibility guarantees. Updates may change internal or external interfaces without notice. Dependencies updates may also break code present in this repository.
2525

2626
- Code in this repository may depend on un-audited and un-released features from the [OpenZeppelin Contracts repository](https://github.com/OpenZeppelin/openzeppelin-contracts). In some cases, having a versioned dependency on the OpenZeppelin contracts library may not be enough.
2727

28-
- Code in this repository is not versionned or formally released.
28+
- Code in this repository is not versioned or formally released.
2929

3030
- Bug affecting code in this repository may not be notified through a CVE.
3131

0 commit comments

Comments
 (0)