✏️ Fix typo in error message

This commit is contained in:
Lucy 2022-06-23 10:45:57 -04:00
parent bf77beb91e
commit 7d3cacf839
No known key found for this signature in database
GPG key ID: EBC517FAD666BBF1

View file

@ -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");