From 9b1d5d277768297570dc1d927b5e5fb1f49053ba Mon Sep 17 00:00:00 2001 From: Jan-Benedikt Jagusch Date: Mon, 7 Oct 2024 17:45:19 +0200 Subject: [PATCH] Fix typos. --- schema.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/schema.json b/schema.json index 5fb6336..1c8227e 100644 --- a/schema.json +++ b/schema.json @@ -131,7 +131,7 @@ } ], "default": null, - "description": "Extented description of the package or a file (usually a README).", + "description": "Extended description of the package or a file (usually a README).", "title": "Description" }, "prelink_message": { @@ -977,7 +977,7 @@ } ], "default": true, - "description": "Wether to relocate binaries or not. If this is a list of paths then only the listed paths are relocated", + "description": "Whether to relocate binaries or not. If this is a list of paths then only the listed paths are relocated", "title": "Binary Relocation" }, "missing_dso_allowlist": { @@ -2950,7 +2950,7 @@ } ], "default": false, - "description": "Wether to detect binary files with prefix or not", + "description": "Whether to detect binary files with prefix or not", "title": "Ignore Binary Files" } },