From abeedb9e26cd14e38f12ba87afc5c1ded4798f30 Mon Sep 17 00:00:00 2001 From: William Woodruff Date: Mon, 27 Jul 2020 20:08:15 -0400 Subject: [PATCH] categories: "mac OS" -> "macOS" --- src/boot/categories.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/boot/categories.toml b/src/boot/categories.toml index c01ff6d392..f50ae9c329 100644 --- a/src/boot/categories.toml +++ b/src/boot/categories.toml @@ -350,9 +350,9 @@ Bindings to operating system-specific APIs.\ """ [os.categories.macos-apis] -name = "mac OS APIs" +name = "macOS APIs" description = """ -Bindings to mac OS-specific APIs.\ +Bindings to macOS-specific APIs.\ """ [os.categories.unix-apis]