fix: grammer

This commit is contained in:
2025-07-02 06:13:12 +02:00
parent de65440503
commit 7b276bd38d
2 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -42,7 +42,7 @@ fn main() -> anyhow::Result<()> {
File::create(args.config)
.context("failure creating the config file")?
.write_all(constants::DEFAULT_CONFIG)
.context("failure writting the contents to the config file")?;
.context("failure writing the contents to the config file")?;
return Ok(());
}
@@ -117,7 +117,7 @@ pub enum ClientError {
// auth headers are just added depending on the ID cookie soo, keep a hashmap of IDs and user
// data??
//
// check authethication first of everything as it changes decissions on eveything and give it to fn
// check authentication first of everything as it changes decisions on everything and give it to fn
// too
// fn(req, Option<AuthData>, (adrr, etc)) -> Action
//