fix: correct spelling error that sneaked through (#1855)

I ended up force-pushing https://github.com/openai/codex/pull/1848
because CI jobs were not being triggered after updating the PR on
GitHub, so this spelling error sneaked through.
This commit is contained in:
Michael Bolin
2025-08-05 11:39:30 -07:00
committed by GitHub
parent 9285350842
commit 9f91b3da24

View File

@@ -192,7 +192,7 @@ impl OllamaClient {
return Ok(());
}
PullEvent::Error(err) => {
// Emperically, ollama returns a 200 OK response even when
// Empirically, ollama returns a 200 OK response even when
// the output stream includes an error message. Verify with:
//
// `curl -i http://localhost:11434/api/pull -d '{ "model": "foobarbaz" }'`