summaryrefslogtreecommitdiffstats
path: root/DOCS/tech-overview.txt
diff options
context:
space:
mode:
authorder richter <der.richter@gmx.de>2024-02-20 21:19:40 +0100
committerder richter <der.richter@gmx.de>2024-02-21 20:46:53 +0100
commitd6fdc0ae746ce3304f47349ae1df2b1f089155aa (patch)
tree038c97a41265ce70cf1fe625b210eb0b37bdb838 /DOCS/tech-overview.txt
parent24afc00b8cbde4a1753f76377894323c576f7fbc (diff)
downloadmpv-d6fdc0ae746ce3304f47349ae1df2b1f089155aa.tar.bz2
mpv-d6fdc0ae746ce3304f47349ae1df2b1f089155aa.tar.xz
DOCS: make mentions of macOS consistent
change all mentions and variations of OSX, OS X, MacOSX, MacOS X, etc consistent. use the official naming macOS.
Diffstat (limited to 'DOCS/tech-overview.txt')
-rw-r--r--DOCS/tech-overview.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/tech-overview.txt b/DOCS/tech-overview.txt
index b2bc4d94f3..1e4002817f 100644
--- a/DOCS/tech-overview.txt
+++ b/DOCS/tech-overview.txt
@@ -212,7 +212,7 @@ video/out/:
cases, the windowing code is shared among VOs, like x11_common.c for X11 and
w32_common.c for Windows. The VOs stand between frontend and windowing code.
vo_gpu can pick a windowing system at runtime, e.g. the same binary can
- provide both X11 and Cocoa support on OSX.
+ provide both X11 and Cocoa support on macOS.
VOs can be reconfigured at runtime. A vo_reconfig() call can change the video
resolution and format, without destroying the window.