Skip to content

Commit 121d853

Browse files
committed
Apply spelling/word changes suggested by co-pilot review
1 parent 26d6b01 commit 121d853

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

common/src/messages.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ pub enum CardanoMessage {
311311

312312
#[derive(Debug, Clone, serde::Serialize, serde::Deserialize)]
313313
pub enum SnapshotMessage {
314-
Startup(), // subscirbers should listen for incremental snapshot data
314+
Startup(), // subscribers should listen for incremental snapshot data
315315
Bootstrap(SnapshotStateMessage),
316316
DumpRequest(SnapshotDumpMessage),
317317
Dump(SnapshotStateMessage),

modules/snapshot_bootstrapper/src/snapshot_bootstrapper.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ impl SnapshotHandler {
105105
)),
106106
)
107107
.await
108-
.map_err(|e| anyhow::anyhow!("Failed to publish completion: {}", e))
108+
.map_err(|e| anyhow::anyhow!("Failed to publish start message: {}", e))
109109
}
110110

111111
async fn publish_completion(

0 commit comments

Comments
 (0)