From 7d3cacf8391c7a2a97aa8c4fb7a482ef5c5c30eb Mon Sep 17 00:00:00 2001 From: Lucy Date: Thu, 23 Jun 2022 10:45:57 -0400 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20Fix=20typo=20in=20error=20?= =?UTF-8?q?message?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 658cd7d..d9cd158 100644 --- a/src/main.rs +++ b/src/main.rs @@ -20,7 +20,7 @@ async fn main() -> Result<()> { .from_env_lossy(), ) .try_init() - .wrap_err("failed to ianitialize logger")?; + .wrap_err("failed to initialize logger")?; info!("Starting cosmic-session");