fix: typos in prompts and comments (#195)

Used Codex and https://github.com/crate-ci/typos to identify + fix typos

Signed-off-by: Jatan Loya <jatanloya@gmail.com>
This commit is contained in:
Jatan Loya
2025-04-17 07:12:39 -07:00
committed by GitHub
parent b6e3f3f8dd
commit 4926cab476
5 changed files with 10 additions and 10 deletions

View File

@@ -88,7 +88,7 @@ export function initLogger(): Logger {
const isMac = process.platform === "darwin";
const isWin = process.platform === "win32";
// On Mac and Windows, os.tmpdir() returns a user-specifc folder, so prefer
// On Mac and Windows, os.tmpdir() returns a user-specific folder, so prefer
// it there. On Linux, use ~/.local/oai-codex so logs are not world-readable.
const logDir =
isMac || isWin