sdl12-compat: README.md: fixed typo.

From a7d7c4cbc1ea72a4214664f1e4d934e3cce6127c Mon Sep 17 00:00:00 2001
From: "Ryan C. Gordon" <[EMAIL REDACTED]>
Date: Sun, 16 Feb 2025 13:17:35 -0500
Subject: [PATCH] README.md: fixed typo.

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 928c727d6..58cd6f8d1 100644
--- a/README.md
+++ b/README.md
@@ -136,7 +136,7 @@ sdl12-compat has a number of configuration options which can be used to work
 around issues with individual applications, or to better fit your system or
 preferences.
 
-These options argoe all specified as environment variables, and can be set by
+These options are all specified as environment variables, and can be set by
 running your application with them set on the command-line, for example:

SDL12COMPAT_HIGHDPI=1 SDL12COMPAT_OPENGL_SCALING=0 %command%