From 557f007b1283ec79ea13edded6ef3f4c21fd0236 Mon Sep 17 00:00:00 2001 From: Christoffer Lerno Date: Fri, 19 Jul 2024 10:38:52 +0200 Subject: [PATCH] Spelling --- releasenotes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releasenotes.md b/releasenotes.md index f76c17040..09a1b9d07 100644 --- a/releasenotes.md +++ b/releasenotes.md @@ -20,7 +20,7 @@ - Array comparison now uses built-in memcmp on LLVM to enable optimizations. - Prevent implicit array casts to pointers with higher alignment #1237. - Macro `$case` statements now pick the first match and does not evaluate the rest. -- `mainfest.json` is now checked for incorrect keys. +- `manifest.json` is now checked for incorrect keys. - Added `--list-manifest-properties` to list the available properties in `manifest.json`. ### Fixes