Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoxianBoy committed Mar 18, 2024
1 parent 4464cfc commit 070c156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/vault-unseal/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ async fn init(args: Arguments) -> Result<()> {
pgp_keys,
};

info!("Inititalizing vault");
info!("Initializing vault");

let mut response = conn
.client()
Expand Down

0 comments on commit 070c156

Please sign in to comment.