From 5b15e2d33d366941585d3d13d466dd7f69d31d32 Mon Sep 17 00:00:00 2001 From: Alexandru Vasile Date: Mon, 22 May 2023 18:48:29 +0300 Subject: [PATCH] Fix typo Signed-off-by: Alexandru Vasile --- subxt/src/rpc/lightclient/background.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/subxt/src/rpc/lightclient/background.rs b/subxt/src/rpc/lightclient/background.rs index bdbc0441ba..02efeb53d2 100644 --- a/subxt/src/rpc/lightclient/background.rs +++ b/subxt/src/rpc/lightclient/background.rs @@ -85,7 +85,7 @@ impl BackgroundTask { if sender.send(response).await.is_err() { tracing::warn!( target: LOG_TARGET, - "Cannot send notification to susbcription {:?}", + "Cannot send notification to subscription {:?}", id ); } @@ -128,7 +128,7 @@ impl BackgroundTask { if sender.send(result).await.is_err() { tracing::warn!( target: LOG_TARGET, - "Cannot send notification to susbcription {:?}", + "Cannot send notification to subscription {:?}", id ); }