From unknown Wed Sep 10 06:17:24 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#34414 <34414@debbugs.gnu.org> To: bug#34414 <34414@debbugs.gnu.org> Subject: Status: [PATCH] gnu: Fix some typos in the installer. Reply-To: bug#34414 <34414@debbugs.gnu.org> Date: Wed, 10 Sep 2025 13:17:24 +0000 retitle 34414 [PATCH] gnu: Fix some typos in the installer. reassign 34414 guix-patches submitter 34414 Tobias Geerinckx-Rice severity 34414 normal tag 34414 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Sun Feb 10 10:00:10 2019 Received: (at submit) by debbugs.gnu.org; 10 Feb 2019 15:00:10 +0000 Received: from localhost ([127.0.0.1]:42685 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gsqaY-00039a-3W for submit@debbugs.gnu.org; Sun, 10 Feb 2019 10:00:10 -0500 Received: from eggs.gnu.org ([209.51.188.92]:40352) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gsqaT-00037c-5T for submit@debbugs.gnu.org; Sun, 10 Feb 2019 10:00:09 -0500 Received: from lists.gnu.org ([209.51.188.17]:55680) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gsqaN-0007A4-Ux for submit@debbugs.gnu.org; Sun, 10 Feb 2019 09:59:59 -0500 Received: from eggs.gnu.org ([209.51.188.92]:54714) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gsqaM-0004ep-IC for guix-patches@gnu.org; Sun, 10 Feb 2019 09:59:59 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gsqaL-00078L-Bb for guix-patches@gnu.org; Sun, 10 Feb 2019 09:59:58 -0500 Received: from tobias.gr ([2001:470:7405::1]:45130) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gsqaK-00074T-O6 for guix-patches@gnu.org; Sun, 10 Feb 2019 09:59:57 -0500 Received: by tobias.gr (OpenSMTPD) with ESMTP id 969eedad for ; Sun, 10 Feb 2019 14:59:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=tobias.gr; h=from:to :subject:date:message-id:mime-version:content-type :content-transfer-encoding; s=2018; i=me@tobias.gr; bh=GoKS52kLP SVhRW4P4NbEin2jGH3+AmiH0a1ouX9gCTw=; b=DXICHBsHOsDgApDpiZ+RycDxf tqrU3aVa/n3f1O7XAHkKhzVeh6q/jdtGQaRBWy8FvJnmEMJRBaUdHOH248g5pEiJ C9KzSPeiWBhIxvKKxcMMwGRu8ywLCDTvwWHzr7QVvORV0/WWtOSpjlal4kVrSCDY j3aY8eJUxQigHmXxcpu6xI4oJChbKI46Y51bHJerDhgDAB/KYv163JBprjaxCWBO zkkG+EYdh9wjm5oe9m+i4b3YdoZPTaozZ976CHiid+F1cG60T2m7lFHbFNBnbsVi 82STe3iNfPYWc66PveuTlU39ffhVef99MJaQj77hq7MnHoU+uWoA+zeekLVIg== Received: by submission.tobias.gr (OpenSMTPD) with ESMTPSA id a6850c35 (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO) for ; Sun, 10 Feb 2019 14:59:43 +0000 (UTC) From: Tobias Geerinckx-Rice To: guix-patches@gnu.org Subject: [PATCH] gnu: Fix some typos in the installer. Date: Sun, 10 Feb 2019 15:59:32 +0100 Message-Id: <20190210145932.20075-1-me@tobias.gr> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2001:470:7405::1 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Spam-Score: 0.9 (/) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.1 (/) * gnu/installer/connman.scm (connman-connect-with-auth): Fix typo in docstring. * gnu/installer/newt/keymap.scm (sort-variants): Likewise. * gnu/installer/newt/page.scm (run-listbox-selection-page): Likewise. * gnu/installer/parted.scm (mkpart): Likewise. * gnu/installer/newt/utils.scm (destroy-form-and-pop): Likewise. * gnu/installer/newt/timezone.scm (timezone-listbox-heigth): Rename to… (timezone-listbox-height): …this. * gnu/installer/newt/wifi.scm (run-unknown-error-page): Fix typo. (wifi-listbox-heigth): Rename to… (wifi-listbox-height): …this, and adjust caller. --- Hullo, Some minor typo fixes, mainly in docstrings, one user-visible. TIMEZONE-LISTBOX-HEIGTH appears unused, so perhaps it can just go? Kind regards, T G-R gnu/installer/connman.scm | 2 +- gnu/installer/newt/keymap.scm | 2 +- gnu/installer/newt/page.scm | 2 +- gnu/installer/newt/timezone.scm | 4 ++-- gnu/installer/newt/utils.scm | 2 +- gnu/installer/newt/wifi.scm | 8 ++++---- gnu/installer/parted.scm | 4 ++-- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/gnu/installer/connman.scm b/gnu/installer/connman.scm index 740df7424a..ef8cca3952 100644 --- a/gnu/installer/connman.scm +++ b/gnu/installer/connman.scm @@ -299,7 +299,7 @@ to merge stdout and stderr using bash redirection. Then error messages are extracted from connmanctl output using a regexp. This makes the whole procedure even more unreliable. -Raise &connman-connection-error if an error occured during connection. Raise +Raise &connman-connection-error if an error occurred during connection. Raise &connman-password-error if the given password is incorrect." (define connman-error-regexp (make-regexp "Error[ ]*([^\n]+)\n")) diff --git a/gnu/installer/newt/keymap.scm b/gnu/installer/newt/keymap.scm index 6211af2bc5..3e765bfdd4 100644 --- a/gnu/installer/newt/keymap.scm +++ b/gnu/installer/newt/keymap.scm @@ -71,7 +71,7 @@ (cut append <> <>))) (define (sort-variants variants) - "Sort VARIANTS list by putting the internation variant ahead and return it." + "Sort VARIANTS list by putting the international variant ahead and return it." (call-with-values (lambda () (partition diff --git a/gnu/installer/newt/page.scm b/gnu/installer/newt/page.scm index edf0b8c999..23fbfcce76 100644 --- a/gnu/installer/newt/page.scm +++ b/gnu/installer/newt/page.scm @@ -188,7 +188,7 @@ If SORT-LISTBOX-ITEMS? is set to #t, the listbox items are sorted using 'string<=' procedure (after being converted to text). If ALLOW-DELETE? is #t, the form will return if the key is pressed, -otherwise nothing will happend. +otherwise nothing will happen. Each time the listbox current item changes, call SKIP-ITEM-PROCEDURE? with the current listbox item as argument. If it returns #t, skip the element and jump diff --git a/gnu/installer/newt/timezone.scm b/gnu/installer/newt/timezone.scm index 6c96ee55b1..80583f638b 100644 --- a/gnu/installer/newt/timezone.scm +++ b/gnu/installer/newt/timezone.scm @@ -30,8 +30,8 @@ #:use-module (newt) #:export (run-timezone-page)) -;; Heigth of the listbox displaying timezones. -(define timezone-listbox-heigth (make-parameter 20)) +;; Height of the listbox displaying timezones. +(define timezone-listbox-height (make-parameter 20)) ;; Information textbox width. (define info-textbox-width (make-parameter 40)) diff --git a/gnu/installer/newt/utils.scm b/gnu/installer/newt/utils.scm index 1c2ce4e628..dfb113e0c6 100644 --- a/gnu/installer/newt/utils.scm +++ b/gnu/installer/newt/utils.scm @@ -30,7 +30,7 @@ (define screen-rows (make-parameter 0)) (define (destroy-form-and-pop form) - "Destory the given FORM and pop the current window." + "Destroy the given FORM and pop the current window." (destroy-form form) (pop-window)) diff --git a/gnu/installer/newt/wifi.scm b/gnu/installer/newt/wifi.scm index 59e40e327e..4cf5c128e7 100644 --- a/gnu/installer/newt/wifi.scm +++ b/gnu/installer/newt/wifi.scm @@ -100,7 +100,7 @@ nmc_wifi_strength_bars." "Run a page to inform user that a connection error happened." (run-error-page (format #f - (G_ "An error occured while trying to connect to ~a, please retry.") + (G_ "An error occurred while trying to connect to ~a, please retry.") service-name) (G_ "Connection error"))) @@ -160,8 +160,8 @@ of records present in LISTBOX." ;; Maximum length of a wifi service name. (define service-name-max-length (make-parameter 20)) -;; Heigth of the listbox displaying wifi services. -(define wifi-listbox-heigth (make-parameter 20)) +;; Height of the listbox displaying wifi services. +(define wifi-listbox-height (make-parameter 20)) ;; Information textbox width. (define info-textbox-width (make-parameter 40)) @@ -188,7 +188,7 @@ network when the corresponding listbox entry is selected. A button allow to force a wifi scan." (let* ((listbox (make-listbox -1 -1 - (wifi-listbox-heigth) + (wifi-listbox-height) (logior FLAG-SCROLL FLAG-BORDER FLAG-RETURNEXIT))) (form (make-form)) (buttons-grid (make-grid 1 1)) diff --git a/gnu/installer/parted.scm b/gnu/installer/parted.scm index 187311e633..020f77086f 100644 --- a/gnu/installer/parted.scm +++ b/gnu/installer/parted.scm @@ -677,7 +677,7 @@ otherwise." (define* (mkpart disk user-partition #:key (previous-partition #f)) "Create the given USER-PARTITION on DISK. The PREVIOUS-PARTITION argument as -to be set to the partition preceeding USER-PARTITION if any." +to be set to the partition preceding USER-PARTITION if any." (define (parse-start-end start end) "Parse start and end strings as positions on DEVICE expressed with a unit, @@ -735,7 +735,7 @@ cause them to cross." (+ start-sector start-offset) start-sector))) ;; This is a hackery but parted almost always fails to create optimally - ;; aligned partitions (unless specifiying percentages) because, the + ;; aligned partitions (unless specifying percentages) because, the ;; default range of 1MB centered on the start sector is not enough when ;; the optimal alignment is 2048 sectors of 512KB. (extend-ranges! start-range end-range #:offset start-offset) -- 2.20.1 From debbugs-submit-bounces@debbugs.gnu.org Sun Feb 10 14:45:03 2019 Received: (at 34414) by debbugs.gnu.org; 10 Feb 2019 19:45:03 +0000 Received: from localhost ([127.0.0.1]:42796 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gsv2F-0001bD-5Z for submit@debbugs.gnu.org; Sun, 10 Feb 2019 14:45:03 -0500 Received: from dd26836.kasserver.com ([85.13.145.193]:44552) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gsv2D-0001aW-OP for 34414@debbugs.gnu.org; Sun, 10 Feb 2019 14:45:02 -0500 Received: from localhost (77.117.137.124.wireless.dyn.drei.com [77.117.137.124]) by dd26836.kasserver.com (Postfix) with ESMTPSA id BF50A33602DD; Sun, 10 Feb 2019 20:45:00 +0100 (CET) Date: Sun, 10 Feb 2019 20:44:56 +0100 From: Danny Milosavljevic To: Tobias Geerinckx-Rice Subject: Re: [bug#34414] [PATCH] gnu: Fix some typos in the installer. Message-ID: <20190210204456.72fcfdac@scratchpost.org> In-Reply-To: <20190210145932.20075-1-me@tobias.gr> References: <20190210145932.20075-1-me@tobias.gr> X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-unknown-linux-gnu) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; boundary="Sig_/UDe4X/XEMVRtnhlbIGUIfPm"; protocol="application/pgp-signature" X-Spam-Score: 1.8 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: LGTM! Content analysis details: (1.8 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [85.13.145.193 listed in list.dnswl.org] 2.5 BODY_SINGLE_WORD Message body is only one word (no spaces) X-Debbugs-Envelope-To: 34414 Cc: 34414@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.8 (/) --Sig_/UDe4X/XEMVRtnhlbIGUIfPm Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable LGTM! --Sig_/UDe4X/XEMVRtnhlbIGUIfPm Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEds7GsXJ0tGXALbPZ5xo1VCwwuqUFAlxgfzgACgkQ5xo1VCww uqU6Pgf+LehRvyAV5NGlhR+RwymTQ3ykrFHgWQ4N0MZwfP50zKrc0pAYIQXb2+EI zSi5c+hciEkbAUFqFO6pbQKmk2JA/Gj/fm92F0s7rL1RjVsu09EOE3yTi7jCF2q5 EvbpTXT0lE88MalESJ7O4PY11LAU4iySA/1iXePXYnHPzSAMPlpSVR2gwidXTtfB GCsIXGm3jnyw2llMnYJh9ThPK/4uzJoM9apdcIWehuTcPsMyz8jT33puNif9cPFm gAJ8MFGqryC0dZ2AZLYenzGucCBhKT8LuMq5X+zfQ1nGPcMrYJLYnBy+BgWZfbc7 h3a2Y6Ox9fPXFGMyJ1Aqbslp2oHyDw== =SDVo -----END PGP SIGNATURE----- --Sig_/UDe4X/XEMVRtnhlbIGUIfPm-- From debbugs-submit-bounces@debbugs.gnu.org Sun Feb 17 19:58:01 2019 Received: (at 34414-done) by debbugs.gnu.org; 18 Feb 2019 00:58:01 +0000 Received: from localhost ([127.0.0.1]:51861 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gvXFx-0006lM-4T for submit@debbugs.gnu.org; Sun, 17 Feb 2019 19:58:01 -0500 Received: from tobias.gr ([80.241.217.52]:60122) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gvXFu-0006lB-5z for 34414-done@debbugs.gnu.org; Sun, 17 Feb 2019 19:57:59 -0500 Received: by tobias.gr (OpenSMTPD) with ESMTP id c46a7c89 for <34414-done@debbugs.gnu.org>; Mon, 18 Feb 2019 00:57:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=tobias.gr; h=from:to :subject:references:in-reply-to:date:message-id:mime-version :content-type:content-transfer-encoding; s=2018; i=me@tobias.gr; bh=7kCW236UKtwLvG0JpUUJsp5LuwCj2gvlttu9ryLhjMg=; b=nztEzp+19UIA l+xCsb9RV+syABzmPH3AWJNBumN1RqBftsEmd5gxqGeuiCeM0fT4nlWlYkUljL5c PYPsJ3OOeiaYn8iBGiP6ueNNuWV+m9q8ipYQFnsQzW8F0JX9nrj1qQ/v/7T25e84 u+ENGdX864jngW8FVH4uq0b620pUFORSCIH8jx452OMVM/1P9utl6ezaB6PHzEoP EI4Z3SfbTPHG4MchvoWDmyiASnLYDUeRtl47mcquTFQwkOFkMuZroYmJn2mVEL7z APnw8tKHoNbhQ0/l6oB4U9+Krx0d7gLOLyDGLJDQGpGOiMSrzJDxW0MW8jTlMeao GJlhmTsN4w== Received: by submission.tobias.gr (OpenSMTPD) with ESMTPSA id 8212118b (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO) for <34414-done@debbugs.gnu.org>; Mon, 18 Feb 2019 00:57:52 +0000 (UTC) From: Tobias Geerinckx-Rice To: 34414-done@debbugs.gnu.org Subject: Re: [bug#34414] [PATCH] gnu: Fix some typos in the installer. References: <20190210145932.20075-1-me@tobias.gr> <20190210204456.72fcfdac@scratchpost.org> In-reply-to: <20190210204456.72fcfdac@scratchpost.org> Date: Mon, 18 Feb 2019 01:57:50 +0100 Message-ID: <871s45dib5.fsf@nckx> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 34414-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Danny Milosavljevic wrote: > LGTM! Thanks! Pushed as b83e4a93a2118513cdd2186d796729f0813264c0 with=20 an additional correction (=E2=80=98childrens=E2=80=99). I went ahead & deleted TIMEZONE-LISTBOX-HEIGTH in=20 2b8c2ff45b69b6370d88e97a59fa76de3183b49e too. Kind regards, T G-R Sent from my GNU Emacs From unknown Wed Sep 10 06:17:24 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 18 Mar 2019 11:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator