summaryrefslogtreecommitdiffstats
path: root/libmpv/client.h
diff options
context:
space:
mode:
authorder richter <der.richter@gmx.de>2024-02-20 21:24:54 +0100
committerder richter <der.richter@gmx.de>2024-02-21 20:46:53 +0100
commitd954646d29bfb7110253ea40d6ff853971425de0 (patch)
tree106e962ba203849983e1efc2903a825997712345 /libmpv/client.h
parentd6fdc0ae746ce3304f47349ae1df2b1f089155aa (diff)
downloadmpv-d954646d29bfb7110253ea40d6ff853971425de0.tar.bz2
mpv-d954646d29bfb7110253ea40d6ff853971425de0.tar.xz
various: 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 'libmpv/client.h')
-rw-r--r--libmpv/client.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libmpv/client.h b/libmpv/client.h
index 56235e1120..8eb5e05a04 100644
--- a/libmpv/client.h
+++ b/libmpv/client.h
@@ -181,7 +181,7 @@ extern "C" {
* filenames in the local 8 bit encoding. It does not use fopen() either;
* it uses _wfopen().
*
- * On OS X, filenames and other strings taken/returned by libmpv can have
+ * On macOS, filenames and other strings taken/returned by libmpv can have
* inconsistent unicode normalization. This can sometimes lead to problems.
* You have to hope for the best.
*
@@ -197,7 +197,7 @@ extern "C" {
*
* There is an older way to embed the native mpv window into your own. You have
* to get the raw window handle, and set it as "wid" option. This works on X11,
- * win32, and OSX only. It's much easier to use than the render API, but
+ * win32, and macOS only. It's much easier to use than the render API, but
* also has various problems.
*
* Also see client API examples and the mpv manpage. There is an extensive
@@ -495,7 +495,7 @@ MPV_EXPORT mpv_handle *mpv_create(void);
* - load-scripts
* - script
* - player-operation-mode
- * - input-app-events (OSX)
+ * - input-app-events (macOS)
* - all encoding mode options
*
* @return error code