From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 73A751580E0 for ; Wed, 11 Jun 2025 01:48:10 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 5E11E340D4D for ; Wed, 11 Jun 2025 01:48:10 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 5CE151103DD; Wed, 11 Jun 2025 01:48:09 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 527C21103DD for ; Wed, 11 Jun 2025 01:48:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 09712340D4D for ; Wed, 11 Jun 2025 01:48:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A80702530 for ; Wed, 11 Jun 2025 01:48:07 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1749606466.6d83bd7e35dd8246330c9379929c8ee9d0ec741f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/ X-VCS-Repository: repo/gentoo X-VCS-Files: eclass/zig.eclass X-VCS-Directories: eclass/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 6d83bd7e35dd8246330c9379929c8ee9d0ec741f X-VCS-Branch: master Date: Wed, 11 Jun 2025 01:48:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8f13df2e-4074-4fdf-9096-9d5efc90ac6c X-Archives-Hash: b7a62e5476e4516434799e3a7771262c commit: 6d83bd7e35dd8246330c9379929c8ee9d0ec741f Author: Sam James gentoo org> AuthorDate: Wed Jun 11 01:47:46 2025 +0000 Commit: Sam James gentoo org> CommitDate: Wed Jun 11 01:47:46 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d83bd7e zig.eclass: fix typos Signed-off-by: Sam James gentoo.org> eclass/zig.eclass | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/eclass/zig.eclass b/eclass/zig.eclass index 0de7ee9eb47a..0b5a2426e732 100644 --- a/eclass/zig.eclass +++ b/eclass/zig.eclass @@ -20,7 +20,7 @@ # libraries, objects), source codes, assets, tests, scripts etc. But # many authors also use it to write Zig "modules", build logic # and/or bindings/wrappers for C/C++ libraries. They install nothing -# and are only used at build-time, so it's unneccessary and mostly +# and are only used at build-time, so it's unnecessary and mostly # useless to make ebuilds for them. # 2) Have required `target`, `cpu` and optional `optimize` options in # build.zig that accept standard Zig-style target and optimize mode. @@ -246,9 +246,9 @@ zig_get_jobs() { # Package manager option is managed by "zig_src_prepare", # ebuild and user options are added by "zig_src_configure". # -# This function is used by "zig_pkg_setup", and it is neccessary +# This function is used by "zig_pkg_setup", and it is necessary # that args are available as early as possible, so that ebuilds -# could use them in steps like "src_unpack" if neccessary, while +# could use them in steps like "src_unpack" if necessary, while # still having verbosity and amount of jobs from user respected. # #