Skip to content

Commit 770a23e

Browse files
authored
Merge pull request #812 from Pronoss/fix/typos
Fix typos in Proto and Go files
2 parents 6fc063d + efb9c0c commit 770a23e

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

proto/neutron/dex/query.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ message QueryEstimateMultiHopSwapRequest {
310310
];
311311

312312
// If pickBestRoute == true then all routes are run and the route with the
313-
// best price is chosen otherwise, the first succesful route is used.
313+
// best price is chosen otherwise, the first successful route is used.
314314
bool pick_best_route = 6;
315315
}
316316

proto/neutron/dex/tx.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ message MsgMultiHopSwap {
281281
(gogoproto.jsontag) = "exit_limit_price"
282282
];
283283
// If pickBestRoute == true then all routes are run and the route with the
284-
// best price is chosen otherwise, the first succesful route is used.
284+
// best price is chosen otherwise, the first successful route is used.
285285
bool pick_best_route = 6;
286286
}
287287

utils/math/prec_dec.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
)
1414

1515
// NOTE: This file is nearly direct copy from cosmossdk.io/math/dec.go @v1.01
16-
// The Precesion has been changed from 18 to 27
16+
// The precision has been changed from 18 to 27
1717

1818
// NOTE: never use new(Dec) or else we will panic unmarshalling into the
1919
// nil embedded big.Int

x/dex/types/query.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

x/dex/types/tx.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)