From 79540bd57f6954778c6e4ef129a231a9b2f69cd8 Mon Sep 17 00:00:00 2001 From: Evgeni Golov Date: Mon, 13 Jan 2025 14:16:38 +0100 Subject: [PATCH] =?UTF-8?q?fix=20typo=20continuining=20=E2=86=92=20continu?= =?UTF-8?q?ing?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- definitions/checks/check_ipv6_disable.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/definitions/checks/check_ipv6_disable.rb b/definitions/checks/check_ipv6_disable.rb index ca6064f37..382520337 100644 --- a/definitions/checks/check_ipv6_disable.rb +++ b/definitions/checks/check_ipv6_disable.rb @@ -12,7 +12,7 @@ def run def error_message base = "\nThe kernel contains ipv6.disable=1 which is known to break installation and upgrade"\ - ", remove and reboot before continuining." + ", remove and reboot before continuing." if feature(:instance).downstream base += " See https://access.redhat.com/solutions/5045841 for more details."