mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix typos
This commit is contained in:
parent
d268c3f5b3
commit
5b72c4f494
@ -1,6 +1,6 @@
|
|||||||
cmake_minimum_required(VERSION 3.13.0)
|
cmake_minimum_required(VERSION 3.13.0)
|
||||||
|
|
||||||
set(ETH_CMAKE_DIR "${CMAKE_CURRENT_LIST_DIR}/cmake" CACHE PATH "The the path to the cmake directory")
|
set(ETH_CMAKE_DIR "${CMAKE_CURRENT_LIST_DIR}/cmake" CACHE PATH "The path to the cmake directory")
|
||||||
list(APPEND CMAKE_MODULE_PATH ${ETH_CMAKE_DIR})
|
list(APPEND CMAKE_MODULE_PATH ${ETH_CMAKE_DIR})
|
||||||
|
|
||||||
# Set the build type, if none was specified.
|
# Set the build type, if none was specified.
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
[solc-bin](https://github.com/ethereum/solc-bin), [homebrew-ethereum](https://github.com/ethereum/homebrew-ethereum),
|
[solc-bin](https://github.com/ethereum/solc-bin), [homebrew-ethereum](https://github.com/ethereum/homebrew-ethereum),
|
||||||
[solidity-blog](https://github.com/ethereum/solidity-blog) and [solidity-portal](https://github.com/ethereum/solidity-portal) repositories.
|
[solidity-blog](https://github.com/ethereum/solidity-blog) and [solidity-portal](https://github.com/ethereum/solidity-portal) repositories.
|
||||||
- [ ] DockerHub account with push rights to the [``solc`` image](https://hub.docker.com/r/ethereum/solc).
|
- [ ] DockerHub account with push rights to the [``solc`` image](https://hub.docker.com/r/ethereum/solc).
|
||||||
- [ ] Lauchpad (Ubuntu One) account with a membership in the ["Ethereum" team](https://launchpad.net/~ethereum) and
|
- [ ] Launchpad (Ubuntu One) account with a membership in the ["Ethereum" team](https://launchpad.net/~ethereum) and
|
||||||
a gnupg key for your email in the ``ethereum.org`` domain (has to be version 1, gpg2 won't work).
|
a gnupg key for your email in the ``ethereum.org`` domain (has to be version 1, gpg2 won't work).
|
||||||
- [ ] Ubuntu/Debian dependencies of the PPA scripts: ``devscripts``, ``debhelper``, ``dput``, ``git``, ``wget``, ``ca-certificates``.
|
- [ ] Ubuntu/Debian dependencies of the PPA scripts: ``devscripts``, ``debhelper``, ``dput``, ``git``, ``wget``, ``ca-certificates``.
|
||||||
- [ ] [npm Registry](https://www.npmjs.com) account added as a collaborator for the [``solc`` package](https://www.npmjs.com/package/solc).
|
- [ ] [npm Registry](https://www.npmjs.com) account added as a collaborator for the [``solc`` package](https://www.npmjs.com/package/solc).
|
||||||
|
@ -112,7 +112,7 @@ New Error Reporter
|
|||||||
~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
A new error reporter was introduced, which aims at producing more accessible error messages on the command-line.
|
A new error reporter was introduced, which aims at producing more accessible error messages on the command-line.
|
||||||
It is enabled by default, but passing ``--old-reporter`` falls back to the the deprecated old error reporter.
|
It is enabled by default, but passing ``--old-reporter`` falls back to the deprecated old error reporter.
|
||||||
|
|
||||||
Metadata Hash Options
|
Metadata Hash Options
|
||||||
~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
@ -359,7 +359,7 @@ Input Description
|
|||||||
// Addresses of the libraries. If not all libraries are given here,
|
// Addresses of the libraries. If not all libraries are given here,
|
||||||
// it can result in unlinked objects whose output data is different.
|
// it can result in unlinked objects whose output data is different.
|
||||||
"libraries": {
|
"libraries": {
|
||||||
// The top level key is the the name of the source file where the library is used.
|
// The top level key is the name of the source file where the library is used.
|
||||||
// If remappings are used, this source file should match the global path
|
// If remappings are used, this source file should match the global path
|
||||||
// after remappings were applied.
|
// after remappings were applied.
|
||||||
// If this key is an empty string, that refers to a global level.
|
// If this key is an empty string, that refers to a global level.
|
||||||
|
Loading…
Reference in New Issue
Block a user