From 44d44176aaadd4f742a70e9188f6ba578d65fab1 Mon Sep 17 00:00:00 2001
From: Dave Nicolson <david.nicolson@gmail.com>
Date: Mon, 18 Apr 2022 15:24:15 +0000
Subject: [PATCH] apple: fix typo in comment

---
 extras/package/apple/build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extras/package/apple/build.sh b/extras/package/apple/build.sh
index 75da462f52a4..e781c5c7859c 100755
--- a/extras/package/apple/build.sh
+++ b/extras/package/apple/build.sh
@@ -2,7 +2,7 @@
 # Copyright (C) Marvin Scholz
 #
 # Script to help build VLC or libVLC for Apple OSes
-# Supported OSes: macOS, tvOS, macOS
+# Supported OSes: iOS, tvOS, macOS
 #
 # Currently this script builds a full static library,
 # with all modules and contribs combined into one .a
-- 
GitLab