From 5c4d0336d7d8dbc4b266a9a975260a1f17f8fa30 Mon Sep 17 00:00:00 2001 From: Hadrien Croubois Date: Wed, 29 May 2024 17:04:53 +0200 Subject: [PATCH] fix codespell --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fe3300f8..a0dacf4f 100644 --- a/README.md +++ b/README.md @@ -8,16 +8,16 @@ This repository contains contracts and libraries in the following catogories: - extensions and modules compatible with contracts in the [@openzeppelin/contracts](https://github.com/OpenZeppelin/openzeppelin-contracts) package; - alternative implementation of interfaces defined in the [@openzeppelin/contracts](https://github.com/OpenZeppelin/openzeppelin-contracts) package; -- building blocks for developpers; +- building blocks for developers; - prototypes in general. -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). +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). ## Security Contracts and libraries in this repository are provided as is, with no particular guarantees. In particular: -- 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. +- 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. - Code in this repository is NOT covered by the [OpenZeppelin bug bounty on Immunefi](https://immunefi.com/bug-bounty/openzeppelin/). @@ -25,7 +25,7 @@ Contracts and libraries in this repository are provided as is, with no particula - 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. -- Code in this repository is not versionned or formally released. +- Code in this repository is not versioned or formally released. - Bug affecting code in this repository may not be notified through a CVE.