summaryrefslogtreecommitdiff
path: root/eclass/portability.eclass
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-03-28 09:49:11 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-03-28 09:49:11 +0100
commit115dcc7054f5934a2c8e26fd8a8eed5f3e29e9ce (patch)
treec31afe35699960753f76770d6b0b4ea48af9f686 /eclass/portability.eclass
parente292b671b113c2cc012beddad93a3df4f9410698 (diff)
gentoo auto-resync : 28:03:2023 - 09:49:10
Diffstat (limited to 'eclass/portability.eclass')
-rw-r--r--eclass/portability.eclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/portability.eclass b/eclass/portability.eclass
index f4137bc2c2ed..f31e3fee6ca3 100644
--- a/eclass/portability.eclass
+++ b/eclass/portability.eclass
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# @ECLASS: portability.eclass
@@ -139,11 +139,11 @@ get_mounts() {
fi
# OK, pray we have a -p option that outputs mounts in fstab format
- # using tabs as the seperator.
+ # using tabs as the separator.
# Then pray that there are no tabs in the either.
# Currently only FreeBSD supports this and the other BSDs will
# have to be patched.
- # Athough the BSD's may support /proc, they do NOT put \040 in place
+ # Although the BSDs may support /proc, they do NOT put \040 in place
# of the spaces and we should not force a /proc either.
local IFS=$'\t'
LC_ALL=C mount -p | while read node point fs foo ; do