Ver código fonte

chore: fix typo

y 2 anos atrás
pai
commit
a6ef7c64d2
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      bin/darkirc/src/main.rs

+ 1 - 1
bin/darkirc/src/main.rs

@@ -143,7 +143,7 @@ async fn realmain(settings: Args, executor: Arc<smol::Executor<'static>>) -> Res
             let datastore = expand_path(&settings.output.unwrap())?;
             save_json_file(&datastore, &JsonValue::String(pub_encoded), false)?;
         } else {
-            println!("Public key recoverd: {}", pub_encoded);
+            println!("Public key recovered: {}", pub_encoded);
         }
 
         return Ok(())