Skip to content

Commit

Permalink
dbus: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
A6GibKm authored and bilelmoussaoui committed Oct 16, 2023
1 parent d10e31a commit 008fc56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dbus/service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ impl<'a> Service<'a> {
let (aes_key, session) = match algorithm {
Algorithm::Plain => {
#[cfg(feature = "tracing")]
tracing::debug!("Starting an unecrypted Secret Service session");
tracing::debug!("Starting an unencrypted Secret Service session");
let (_service_key, session) = service.open_session(None).await?;
(None, session)
}
Expand Down

0 comments on commit 008fc56

Please sign in to comment.