docs(openai): correct grammar in comment

Christian Rocha created

💘 Generated with Crush

Assisted-by: Kimi K2.5 via Crush <crush@charm.land>

Change summary

providers/openai/call_useragent.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

providers/openai/call_useragent.go 🔗

@@ -12,7 +12,7 @@ import (
 //
 // When noDefaultUA is true the SDK's own User-Agent is preserved and no
 // override is applied (needed for providers like OpenRouter, which reject
-// User-Agents headers they don't expect).
+// User-Agent headers they don't expect).
 func callUARequestOptions(call fantasy.Call, noDefaultUA bool) []option.RequestOption {
 	if noDefaultUA {
 		return nil