<!-- canonical: https://0xsimao.com/findings/singularity-spelling-errors-throughout-codebase -->

# Spelling errors throughout the codebase

Low/Info · Three Sigma · Private DeFi access · 26th February, 2024

Finding 3S-SG-N07 of the Singularity security review.

- Protocol: https://www.thesingularity.network/
- Report: /reports/singularity
- Source: https://cdn.sanity.io/files/qoqld077/production/45b8aac56a2b8e3b557df4329ac9bf8220b64012.pdf

---

### Description

Some [spelling](https://github.com/portalgateme/darkpool-v1-zk-contracts-fork/blob/master/contracts/defi/uniswap/UniswapInputBuilder.sol#L42) errors can be found in the codebase:
https://github.com/portalgateme/darkpool-v1-zk-contracts-fork/blob/master/contracts/core/base/BaseAssetPool.sol#L17
https://github.com/portalgateme/darkpool-v1-zk-contracts-fork/blob/master/contracts/defi/curve/CurveAssetManagerHelper.sol#L179
https://github.com/portalgateme/darkpool-v1-zk-contracts-fork/blob/master/contracts/defi/curve/CurveAssetManagerHelper.sol#L147

### Recommendation

Fix the spelling mistakes.

### Status

Addressed in [#8b300f0](https://github.com/portalgateme/darkpool-v1-zk-contracts-fork/commit/8b300f07a28f2c073154c8de3e9e90ba64ef1934).

---

Related findings:

- [Throughout code base: use Solidity native errors implementation instead of string errors.](https://0xsimao.com/findings/maple-finance-iii-solidity-native-implementation-string): Maple Finance
