Skip to content

Commit a9657dd

Browse files
committed
docs: fix typos
1 parent fc840b4 commit a9657dd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

book/api/metrics-generated.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -855,6 +855,6 @@
855855
| <span class="metrics-name">snapin_&#8203;state</span> | gauge | State of the tile. 0 = waiting for decompressed snapshot bytestream, 1 = processing full snapshot, 2 = processing incremental snapshot, 3 = done. |
856856
| <span class="metrics-name">snapin_&#8203;full_&#8203;bytes_&#8203;read</span> | gauge | Number of bytes read so far from the full snapshot. Might decrease if snapshot load is aborted and restarted |
857857
| <span class="metrics-name">snapin_&#8203;incremental_&#8203;bytes_&#8203;read</span> | gauge | Number of bytes read so far from the incremental snapshot. Might decrease if snapshot load is aborted and restarted |
858-
| <span class="metrics-name">snapin_&#8203;accounts_&#8203;inserted</span> | gauge | Number of accounts inserted during snpashot loading. Might decrease if snapshot load is aborted and restarted |
858+
| <span class="metrics-name">snapin_&#8203;accounts_&#8203;inserted</span> | gauge | Number of accounts inserted during snapshot loading. Might decrease if snapshot load is aborted and restarted |
859859

860860
</div>

src/disco/metrics/metrics.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -879,7 +879,7 @@ metric introduced.
879879
<gauge name="State" summary="State of the tile. 0 = waiting for decompressed snapshot bytestream, 1 = processing full snapshot, 2 = processing incremental snapshot, 3 = done." />
880880
<gauge name="FullBytesRead" summary="Number of bytes read so far from the full snapshot. Might decrease if snapshot load is aborted and restarted" />
881881
<gauge name="IncrementalBytesRead" summary="Number of bytes read so far from the incremental snapshot. Might decrease if snapshot load is aborted and restarted" />
882-
<gauge name="AccountsInserted" summary="Number of accounts inserted during snpashot loading. Might decrease if snapshot load is aborted and restarted" />
882+
<gauge name="AccountsInserted" summary="Number of accounts inserted during snapshot loading. Might decrease if snapshot load is aborted and restarted" />
883883
</tile>
884884

885885
<tile name="metric">

src/flamenco/types/gen_stubs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -851,7 +851,7 @@ def emitSizeGlobal(self, inner, indent=''):
851851
}
852852

853853
def emitWalk(self, inner, indent=''):
854-
# The `serialize` function in Rust's `short_vec` (analagous to our `walk()` implementation) handles serializing
854+
# The `serialize` function in Rust's `short_vec` (analogous to our `walk()` implementation) handles serializing
855855
# the vector's length independently, rather than relying on the Serializer (i.e., the `walk` function callback)
856856
# to do it. To remain consistent, we have to replicate this behavior here.
857857
# Reference: https://docs.rs/solana-short-vec/latest/src/solana_short_vec/lib.rs.html#166-185

0 commit comments

Comments
 (0)