Skip to content

Commit cc6a9cf

Browse files
authored
Merge pull request #15966 from futreall/develop
Polishing up any minor spelling errors
2 parents 08310eb + a1be4f3 commit cc6a9cf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: test/compilationTests/corion/premium.sol

+1-1
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ contract premium is module, safeMath {
229229
function transfer(address to, uint256 amount, bytes calldata extraData) isReady external returns (bool success) {
230230
/*
231231
Launch a transaction where we transfer from a given address to another one.
232-
After thetransaction the approvedCorionPremiumToken function of the receiver’s address is going to be called with the given data.
232+
After the transaction the approvedCorionPremiumToken function of the receiver’s address is going to be called with the given data.
233233
234234
@to For who?
235235
@amount Amount

Diff for: test/compilationTests/corion/publisher.sol

+2-2
Original file line numberDiff line numberDiff line change
@@ -205,8 +205,8 @@ contract publisher is announcementTypes, module, safeMath {
205205
If announcement is opposable, anyone owning a token can oppose it
206206
Opposition is automatically with the total amount of tokens
207207
If the quantity of his tokens changes, the purport of his opposition changes automatically
208-
The prime time is the windup of the announcement, because this is the moment when the number of tokens in opposition are counted.
209-
One address is entitled to be in oppositon only once. An opposition cannot be withdrawn.
208+
The prime time is the windup of the announcement, because this is the moment when the number of tokens in opposition are counted.
209+
One address is entitled to be in opposition only once. An opposition cannot be withdrawn.
210210
Running announcements can be opposed only.
211211
212212
@id Announcement identification

0 commit comments

Comments
 (0)