fix: grammer
This commit is contained in:
+2
-2
@@ -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
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user