fmt: spelling error correction

This commit is contained in:
Deepak Mallubhotla 2024-09-11 14:33:04 -05:00
parent f92870f9cc
commit 8bc2c6eef4
Signed by: deepak
GPG Key ID: 976F3357369149AB

View File

@ -80,7 +80,7 @@ class Config:
def absify(self, filename: str) -> pathlib.Path:
ret = (self.general_config.root_directory / filename).resolve()
_logger.debug(f"Absifying {filename=}, geting {ret}")
_logger.debug(f"Absifying {filename=}, getting {ret}")
return ret
def get_out_dir_path(self) -> pathlib.Path: