From 35992d388fd1735e790ec004fb9c551ab177817c Mon Sep 17 00:00:00 2001 From: John James Jacoby Date: Mon, 17 Aug 2020 11:25:06 -0500 Subject: [PATCH] Typo: correct "coded" to "codec". --- config.schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.schema.json b/config.schema.json index d7f32f8..955e0eb 100644 --- a/config.schema.json +++ b/config.schema.json @@ -710,7 +710,7 @@ "title": "Video Codec", "type": "string", "default": "libx264", - "description": "The coded to use, use h264_omx on Raspberry Pi", + "description": "The codec to use, use h264_omx on Raspberry Pi", "required": true }, "packetSize": {