- Fixed typo
This commit is contained in:
Tristan B. Velloza Kildaire 2023-10-02 22:27:54 +02:00
parent 7b10478a36
commit 88b36b5e1e
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ public class DanteClient
{
/* Start the tristanable manager */
manager.start();
version(dbg) { writeln("Dante staretd tristanable manager..."); }
version(dbg) { writeln("Dante started tristanable manager..."); }
}
public void stop()