Skip to content

Commit eef1a05

Browse files
committed
fix spelling
1 parent e3aac58 commit eef1a05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

batcher/aligned-sdk/src/communication/messaging.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ async fn handle_batcher_response(msg: Message) -> Result<BatchInclusionData, Sub
266266
Err(SubmitError::GenericError(e))
267267
}
268268
Ok(SubmitProofResponseMessage::BatchQueueLimitExceededError) => {
269-
error!("Batcher responded with error: queue limit has been exeeded. Funds have not been spent.");
269+
error!("Batcher responded with error: queue limit has been exceeded. Funds have not been spent.");
270270
Err(SubmitError::BatchQueueLimitExceededError)
271271
}
272272
Err(e) => {

0 commit comments

Comments
 (0)