From db5b144e28f9c3b17b13d25d113d34bb3369f6ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Imobach=20Gonz=C3=A1lez=20Sosa?= Date: Fri, 5 Jul 2019 12:33:21 +0100 Subject: [PATCH] Minor documentation fix --- src/lib/y2ntp_client/dialog/main.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/y2ntp_client/dialog/main.rb b/src/lib/y2ntp_client/dialog/main.rb index b9088110..d0d0e77e 100644 --- a/src/lib/y2ntp_client/dialog/main.rb +++ b/src/lib/y2ntp_client/dialog/main.rb @@ -82,7 +82,7 @@ def next_button # Determines whether running in installation mode # - # We do not use Stage.initial because of firstboot, which which runs in 'installation' mode + # We do not use Stage.initial because of firstboot, which runs in 'installation' mode # but in 'firstboot' stage. # # @return [Boolean] Boolean if running in installation or update mode