Skip to content

Commit 5b72c4f

Browse files
committed
Fix typos
1 parent d268c3f commit 5b72c4f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.13.0)
22

3-
set(ETH_CMAKE_DIR "${CMAKE_CURRENT_LIST_DIR}/cmake" CACHE PATH "The the path to the cmake directory")
3+
set(ETH_CMAKE_DIR "${CMAKE_CURRENT_LIST_DIR}/cmake" CACHE PATH "The path to the cmake directory")
44
list(APPEND CMAKE_MODULE_PATH ${ETH_CMAKE_DIR})
55

66
# Set the build type, if none was specified.

ReleaseChecklist.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[solc-bin](https://github.com/ethereum/solc-bin), [homebrew-ethereum](https://github.com/ethereum/homebrew-ethereum),
66
[solidity-blog](https://github.com/ethereum/solidity-blog) and [solidity-portal](https://github.com/ethereum/solidity-portal) repositories.
77
- [ ] DockerHub account with push rights to the [``solc`` image](https://hub.docker.com/r/ethereum/solc).
8-
- [ ] Lauchpad (Ubuntu One) account with a membership in the ["Ethereum" team](https://launchpad.net/~ethereum) and
8+
- [ ] Launchpad (Ubuntu One) account with a membership in the ["Ethereum" team](https://launchpad.net/~ethereum) and
99
a gnupg key for your email in the ``ethereum.org`` domain (has to be version 1, gpg2 won't work).
1010
- [ ] Ubuntu/Debian dependencies of the PPA scripts: ``devscripts``, ``debhelper``, ``dput``, ``git``, ``wget``, ``ca-certificates``.
1111
- [ ] [npm Registry](https://www.npmjs.com) account added as a collaborator for the [``solc`` package](https://www.npmjs.com/package/solc).

docs/060-breaking-changes.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ New Error Reporter
112112
~~~~~~~~~~~~~~~~~~
113113

114114
A new error reporter was introduced, which aims at producing more accessible error messages on the command-line.
115-
It is enabled by default, but passing ``--old-reporter`` falls back to the the deprecated old error reporter.
115+
It is enabled by default, but passing ``--old-reporter`` falls back to the deprecated old error reporter.
116116

117117
Metadata Hash Options
118118
~~~~~~~~~~~~~~~~~~~~~

docs/using-the-compiler.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ Input Description
359359
// Addresses of the libraries. If not all libraries are given here,
360360
// it can result in unlinked objects whose output data is different.
361361
"libraries": {
362-
// The top level key is the the name of the source file where the library is used.
362+
// The top level key is the name of the source file where the library is used.
363363
// If remappings are used, this source file should match the global path
364364
// after remappings were applied.
365365
// If this key is an empty string, that refers to a global level.

0 commit comments

Comments
 (0)