From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C9C26158089 for ; Sun, 10 Sep 2023 15:15:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 04FC82BC017; Sun, 10 Sep 2023 15:15:56 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E10252BC017 for ; Sun, 10 Sep 2023 15:15:55 +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 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F01E0335CA6 for ; Sun, 10 Sep 2023 15:15:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 71CBA113E for ; Sun, 10 Sep 2023 15:15:53 +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: <1694358945.a509a86bbfe77db20d676caa5f3c421d5a781780.sam@OpenRC> Subject: [gentoo-commits] proj/netifrc:master commit in: net/ X-VCS-Repository: proj/netifrc X-VCS-Files: net/bonding.sh X-VCS-Directories: net/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a509a86bbfe77db20d676caa5f3c421d5a781780 X-VCS-Branch: master Date: Sun, 10 Sep 2023 15:15:53 +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: e4df41d3-44ca-4b6c-b8ed-2f494fa268eb X-Archives-Hash: 13d9b3e77375dedd5f53d8894b9e95d8 commit: a509a86bbfe77db20d676caa5f3c421d5a781780 Author: Mike Gilbert gentoo org> AuthorDate: Thu Jun 1 19:21:23 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sun Sep 10 15:15:45 2023 +0000 URL: https://gitweb.gentoo.org/proj/netifrc.git/commit/?id=a509a86b net/bonding.sh: fix spelling of "lose" Signed-off-by: Mike Gilbert gentoo.org> Closes: https://github.com/gentoo/netifrc/pull/47 Signed-off-by: Sam James gentoo.org> net/bonding.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/bonding.sh b/net/bonding.sh index d8f48d8..e3fcaa7 100644 --- a/net/bonding.sh +++ b/net/bonding.sh @@ -8,7 +8,7 @@ bonding_depend() before interface macchanger program ip ifconfig # If you do not have sysfs, you MUST have this binary instead for ioctl - # Also you will loose some functionality that cannot be done via sysfs: + # Also you will lose some functionality that cannot be done via sysfs: if [ ! -d /sys/class/net ]; then program ifenslave fi