Fix typo in main.rs comment (#84)

Co-authored-by: Austin <c23444946@mytudublin.ie>
This commit is contained in:
Rara 2024-05-29 20:30:41 +01:00 committed by GitHub
parent 4a9581e9fb
commit 44f1a9c01f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ use std::env;
use tracing::*;
use windows::{core::*, Win32::Foundation::*, Win32::System::Console::*};
// Clap does provide a nice macro for args, which defines args with a snytax
// Clap does provide a nice macro for args, which defines args with a syntax
// close to what the actual help text would be. Unfortunately, we're not using
// that macro, because it doesn't play well with localization. The comments
// throughout here help show how the macro would have worked.