Skip to content

Commit 7100a85

Browse files
Update adapter/rest/src/main.rs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Raphael Götz <52959657+raphael-goetz@users.noreply.github.com>
1 parent ca8d4df commit 7100a85

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

adapter/rest/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ impl ServerTrait<config::HttpServerConfig> for HttpServer {
347347
_ctx: &ServerContext<config::HttpServerConfig>,
348348
) -> anyhow::Result<()> {
349349
if let Some(ref tx) = self.shutdown_tx {
350-
log::info!("Recieved a shutdown signal for Adapter Server");
350+
log::info!("Received a shutdown signal for Adapter Server");
351351
let _ = tx.send(());
352352
}
353353

0 commit comments

Comments
 (0)