docs: correct spelling errors across multiple packages (#24988)

This commit is contained in:
Micke
2025-07-24 21:17:14 +00:00
committed by GitHub
parent 39bec15523
commit c047bf741c
8 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -33,5 +33,5 @@ type ABCI interface {
ListSnapshots(*abci.ListSnapshotsRequest) (*abci.ListSnapshotsResponse, error) // List available snapshots
OfferSnapshot(*abci.OfferSnapshotRequest) (*abci.OfferSnapshotResponse, error) // Offer a snapshot to the application
LoadSnapshotChunk(*abci.LoadSnapshotChunkRequest) (*abci.LoadSnapshotChunkResponse, error) // Load a snapshot chunk
ApplySnapshotChunk(*abci.ApplySnapshotChunkRequest) (*abci.ApplySnapshotChunkResponse, error) // Apply a shapshot chunk
ApplySnapshotChunk(*abci.ApplySnapshotChunkRequest) (*abci.ApplySnapshotChunkResponse, error) // Apply a snapshot chunk
}