SDL: typo: maxOS -> macOS

From 97b924f9850d297002b1bfc8816d20441e1212bf Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Roman=20Fro=C5=82ow?= <[EMAIL REDACTED]>
Date: Sat, 19 Oct 2024 14:47:12 +0200
Subject: [PATCH] typo: maxOS -> macOS

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

diff --git a/docs/README-cmake.md b/docs/README-cmake.md
index 4a5359c7bf67b..45036cdc8cbed 100644
--- a/docs/README-cmake.md
+++ b/docs/README-cmake.md
@@ -201,7 +201,7 @@ SDL supports following Apple architectures:
 
 CMake documentation: [link](https://cmake.org/cmake/help/latest/variable/CMAKE_OSX_ARCHITECTURES.html)
 
-#### Simulators and/or non-default maxOS platform SDK
+#### Simulators and/or non-default macOS platform SDK
 
 Use `-DCMAKE_OSX_SYSROOT=<value>` to configure a different platform SDK.
 The value can be either the name of the SDK, or a full path to the sdk (e.g. `/full/path/to/iPhoneOS.sdk`).