Просмотр исходного кода

typo spelling correction in taud error message

x 3 лет назад
Родитель
Сommit
d3d4edb23d
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      bin/tau/taud/src/main.rs

+ 1 - 1
bin/tau/taud/src/main.rs

@@ -210,7 +210,7 @@ async fn realmain(settings: Args, executor: Arc<Executor<'_>>) -> Result<()> {
     let workspaces = get_workspaces(&settings)?;
 
     if workspaces.is_empty() {
-        error!("Please add at least on workspace to the config file.");
+        error!("Please add at least one workspace to the config file.");
         println!("Run `$ taud --generate` to generate new workspace.");
         return Ok(())
     }