From d290ccd9248a2af7d8ba6afc3520087191090c89 Mon Sep 17 00:00:00 2001 From: David Banks Date: Fri, 19 Oct 2018 13:45:43 +0100 Subject: [PATCH] Fixed typo in OSD Change-Id: Iad5bd7b4ab79c9a9eba5fe07618dda74a853a7ff --- src/osd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/osd.c b/src/osd.c index 7a8dde4a..1bf8d1ec 100644 --- a/src/osd.c +++ b/src/osd.c @@ -103,8 +103,8 @@ static const char *pllh_names[] = { static const char *deinterlace_names[] = { "None", - "Motion Adpative 1", - "Motion Adpative 2" + "Motion Adaptive 1", + "Motion Adaptive 2" }; #ifdef MULTI_BUFFER