From cf741893b6b29b1e9d76e69341fdb29d6eab3c80 Mon Sep 17 00:00:00 2001 From: Fabrice Fontaine Date: Sun, 10 Nov 2019 21:41:51 +0100 Subject: [PATCH] Config.in.legacy: fix small typo Fix small typo: oenvmtools -> openvmtools Signed-off-by: Fabrice Fontaine Signed-off-by: Yann E. MORIN --- Config.in.legacy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Config.in.legacy b/Config.in.legacy index 848551cfce..aa66a564a9 100644 --- a/Config.in.legacy +++ b/Config.in.legacy @@ -147,7 +147,7 @@ endif comment "Legacy options removed in 2019.11" config BR2_PACKAGE_OPENVMTOOLS_PROCPS - bool "oenvmtools' procps support was removed" + bool "openvmtools' procps support was removed" select BR2_LEGACY help Upstream stopped supporting this option a while ago.