From 02e0643a5f4657194c46d1277a1ccbabbb5d1e8c Mon Sep 17 00:00:00 2001 From: Christopher Chavez Date: Wed, 14 Feb 2024 10:14:30 -0600 Subject: [PATCH] macdnd.m: fix macOS version name in comment --- macosx/macdnd.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macosx/macdnd.m b/macosx/macdnd.m index 1967d0a..bd6c21b 100644 --- a/macosx/macdnd.m +++ b/macosx/macdnd.m @@ -154,7 +154,7 @@ /* * After macOS 10.13 (High Sierra), new pasteboard types have beed defined, - * and the old ones have been deprecated (will be available up to 10.14 (Sonoma)). + * and the old ones have been deprecated (will be available up to macOS 10.14 (Mojave)). */ #if MAC_OS_X_VERSION_MIN_REQUIRED >= MAC_OS_X_VERSION_10_13 #define TKDND_HIGH_SIERRA_OR_LATER