Skip to content

Commit 3f862c0

Browse files
authored
Fix typos (#1912)
1 parent 449a036 commit 3f862c0

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

core/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
| [CAP-0046](cap-0046.md) | 20 |Soroban smart contract system overview | Graydon Hoare | Final |
5959
| [CAP-0046-01 (formerly 0046)](cap-0046-01.md) | 20 | WebAssembly Smart Contract Runtime Environment | Graydon Hoare | Final |
6060
| [CAP-0046-02 (formerly 0047)](cap-0046-02.md) | 20 | Smart Contract Lifecycle | Siddharth Suresh | Final |
61-
| [CAP-0046-03 (formerly 0051)](cap-0046-03.md) | 20 | Smart Contract Host Functons | Jay Geng | Final |
61+
| [CAP-0046-03 (formerly 0051)](cap-0046-03.md) | 20 | Smart Contract Host Functions | Jay Geng | Final |
6262
| [CAP-0046-05 (formerly 0053)](cap-0046-05.md) | 20 | Smart Contract Data | Graydon Hoare | Final |
6363
| [CAP-0046-06 (formerly 0054)](cap-0046-06.md) | 20 | Smart Contract Standardized Asset | Jonathan Jove | Final |
6464
| [CAP-0046-07 (formerly 0055)](cap-0046-07.md) | 20 | Fee model in smart contracts | Nicolas Barry | Final |

ecosystem/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ All SEPs have individuals fulfilling the following roles:
2828
- **Active** - A SEP ready to be adopted, and the proposal is a living document
2929
and may still receive changes. The author intends the SEP in its current form
3030
to be actively adopted. Changes can be made without changing the SEP number,
31-
although in the interest of growing an ecosystem of interopable participants
32-
the author should endeavor to make changes backwards compatible so that
33-
participants who have already adopted the SEP can continue to participate.
34-
Where changes cannot be backwards compatible, the major version should be
35-
updated to clearly distinguish new incompatible versions.
31+
although in the interest of growing an ecosystem of interoperable
32+
participants the author should endeavor to make changes backwards compatible
33+
so that participants who have already adopted the SEP can continue to
34+
participate. Where changes cannot be backwards compatible, the major version
35+
should be updated to clearly distinguish new incompatible versions.
3636
- **Final** - A SEP ready to be adopted, and the proposal is an immutable
3737
document and will no longer receive changes, other than minor errata. The
3838
author intends to make no further changes. Adopters can expect significant
@@ -123,7 +123,7 @@ intended to be a more dynamic way of introducing standards and protocols
123123
utilized in the ecosystem that are built on top of the Stellar network. It uses
124124
a lightweight process.
125125

126-
A SEPs author is responsible for a proposals adoption. Other ecosystem
126+
A SEP's author is responsible for a proposal's adoption. Other ecosystem
127127
participants, including SDF, may encourage adoption of a proposal, but authors
128128
should expect each proposal to stand on its own merits and authors and
129129
maintainers should plan to drive adoption themselves.
@@ -261,13 +261,13 @@ After at least one week in FCP:
261261

262262
## SEP Versioning
263263

264-
SEPs may stay in `Draft` status for an extended period of time. They are are
264+
SEPs may stay in `Draft` status for an extended period of time. They are
265265
assigned versions so that the ecosystem can communicate about which version
266266
they are implementing or discussing. SEPs use [semantic versioning] in the form
267267
`vMAJOR.MINOR.PATCH` to determine an appropriate version for each change.
268268

269269
During draft a SEP should have a major version of `0` to indicate that anything
270-
in the SEP may change at anytime. Once a SEP moves to Active it should be
270+
in the SEP may change at any time. Once a SEP moves to Active it should be
271271
changed to `v1.0.0` and the rules of semantic versioning apply.
272272

273273
All changes to a SEP should be accompanied by an update to its version, no

ecosystem/sep-0051.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -986,7 +986,7 @@ Floating-Point types are defined in the XDR specification as:
986986
### Changed with Protocols
987987

988988
XDR-JSON will naturally change from one protocol to the next because the
989-
Stellar XDR can structurally change with the release of new protcols. While
989+
Stellar XDR can structurally change with the release of new protocols. While
990990
those structural changes will not be binary breaking to the Stellar Protocol,
991991
any use of XDR-JSON should be limited to short-lived developer facing user
992992
interfaces. Other uses requiring more stability can use embedding the `$schema`

0 commit comments

Comments
 (0)