Skip to content

Commit e54a578

Browse files
committed
chore: clean up spelling
1 parent a95a610 commit e54a578

File tree

5 files changed

+4
-23
lines changed

5 files changed

+4
-23
lines changed

generated/rust/protos/src/ibc.core.connection.v1.rs

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

tools/typescript/buildPnpmPackage.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ args@{
99
packageJsonPath,
1010
# to provision sources additional to monorepo boilerplate
1111
extraSrcs,
12-
# workspace project names required for build (e.g. anything with "workspace:*" verison declaration)
12+
# workspace project names required for build (e.g. anything with "workspace:*" version declaration)
1313
pnpmWorkspaces ? [ ],
1414
hash ? lib.fakeHash,
1515
pnpm ? pkgs.pnpm_10,

typescript-sdk/src/query/offchain/ucs03-channels.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ export const getQuoteToken = async (
9292

9393
let wrappingTokens = wrapping.value.v1_ibc_union_tokens
9494

95-
// if it is, quote token is the unwrapped verison of the wrapped token.
95+
// if it is, quote token is the unwrapped version of the wrapped token.
9696
// @ts-expect-error
9797
if (wrappingTokens.length > 0) {
9898
// @ts-expect-error

typos.toml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,10 @@ files.extend-exclude = [
6060
"0xkaiserkarel" = "0xkaiserkarel"
6161
"ABCI" = "ABCI"
6262
"AUTOINCREMENT" = "AUTOINCREMENT"
63-
"Accs" = "Accs"
6463
"Acknowledgemets" = "Acknowledgemets"
6564
"Acks" = "Acks"
6665
"Agglayer" = "Agglayer"
6766
"Axelar" = "Axelar"
68-
"BA" = "BA"
69-
"BAYC" = "BAYC"
7067
"BIGSERIAL" = "BIGSERIAL"
7168
"BLOCKSCOUT" = "BLOCKSCOUT"
7269
"Bera" = "Bera"
@@ -77,8 +74,6 @@ files.extend-exclude = [
7774
"Bkpvid" = "Bkpvid"
7875
"Blex" = "Blex"
7976
"Blockchange" = "Blockchange"
80-
"Blured" = "Blured"
81-
"Boiron" = "Boiron"
8277
"Boneh" = "Boneh"
8378
"Borsh" = "Borsh"
8479
"CBFF" = "CBFF"
@@ -105,7 +100,6 @@ files.extend-exclude = [
105100
"Cpath" = "Cpath"
106101
"Cpolygon" = "Cpolygon"
107102
"Creds" = "Creds"
108-
"Cryptopunkssvg" = "Cryptopunkssvg"
109103
"Csvg" = "Csvg"
110104
"Cypherpunk" = "Cypherpunk"
111105
"DATADIR" = "DATADIR"
@@ -115,9 +109,6 @@ files.extend-exclude = [
115109
"Devconnect" = "Devconnect"
116110
"Devs" = "Devs"
117111
"Disket" = "Disket"
118-
"Distinctio" = "Distinctio"
119-
"Djuric" = "Djuric"
120-
"ECTO" = "ECTO"
121112
"Ede" = "Ede"
122113
"Edgi" = "Edgi"
123114
"EigenLayer" = "EigenLayer"
@@ -134,7 +125,6 @@ files.extend-exclude = [
134125
"Frontmatter" = "Frontmatter"
135126
"Fsvg" = "Fsvg"
136127
"Fuga" = "Fuga"
137-
"Fwww" = "Fwww"
138128
"GOARCH" = "GOARCH"
139129
"GOPATH" = "GOPATH"
140130
"GOPRIVATE" = "GOPRIVATE"
@@ -1507,13 +1497,11 @@ files.extend-exclude = [
15071497
"varint" = "varint"
15081498
"vaul" = "vaul"
15091499
"vercel" = "vercel"
1510-
"verison" = "verison"
15111500
"verkle" = "verkle"
15121501
"vestingtypes" = "vestingtypes"
15131502
"vhosts" = "vhosts"
15141503
"viem" = "viem"
15151504
"virtualisation" = "virtualisation"
1516-
"vjgsyknnhmr" = "vjgsyknnhmr"
15171505
"vmdebug" = "vmdebug"
15181506
"vtable" = "vtable"
15191507
"vuex" = "vuex"
@@ -1548,18 +1536,12 @@ files.extend-exclude = [
15481536
"xkown" = "xkown"
15491537
"xlink" = "xlink"
15501538
"xlpa" = "xlpa"
1551-
"xnever" = "xnever"
1552-
"xpla" = "xpla"
15531539
"xprv" = "xprv"
15541540
"xqxp" = "xqxp"
1555-
"xsmfxu" = "xsmfxu"
15561541
"yamlfmt" = "yamlfmt"
15571542
"yoinked" = "yoinked"
15581543
"ypyp" = "ypyp"
15591544
"yqyp" = "yqyp"
1560-
"yzmmzyfhxg" = "yzmmzyfhxg"
1561-
"zellij" = "zellij"
1562-
"zerion" = "zerion"
15631545
"zeroize" = "zeroize"
15641546
"zerolog" = "zerolog"
15651547
"zetachain" = "zetachain"
@@ -1568,5 +1550,4 @@ files.extend-exclude = [
15681550
"zkps" = "zkps"
15691551
"zktrie" = "zktrie"
15701552
"zstd" = "zstd"
1571-
"αlphα" = "αlphα"
15721553
"λpxrx" = "λpxrx"

unionvisor/src/bundle.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ impl Bundle {
159159
self.path.join("genesis.json")
160160
}
161161

162-
/// Construct the path to the fallback verison, based on the [`BundleMeta`]
162+
/// Construct the path to the fallback version, based on the [`BundleMeta`]
163163
pub fn fallback_path(&self) -> Result<ValidVersionPath, ValidateVersionPathError> {
164164
let fallback_version = &self.meta.fallback_version.clone();
165165
self.path_to(fallback_version).validate()

0 commit comments

Comments
 (0)