From: Fabrice Fontaine Date: Sun, 10 Nov 2019 20:41:51 +0000 (+0100) Subject: Config.in.legacy: fix small typo X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cf741893b6b29b1e9d76e69341fdb29d6eab3c80;p=buildroot.git Config.in.legacy: fix small typo Fix small typo: oenvmtools -> openvmtools Signed-off-by: Fabrice Fontaine Signed-off-by: Yann E. MORIN --- 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.