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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9E98C138334 for ; Fri, 24 Aug 2018 08:50:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3B01EE088C; Fri, 24 Aug 2018 08:50:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 14651E088C for ; Fri, 24 Aug 2018 08:50:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2BC73335CC2 for ; Fri, 24 Aug 2018 08:50:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 637B637C for ; Fri, 24 Aug 2018 08:50:17 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1535100570.4634a0f8d453ebc311eec751cb4a97ab5a2b0b65.slyfox@gentoo> Subject: [gentoo-commits] proj/gcc-config:master commit in: / X-VCS-Repository: proj/gcc-config X-VCS-Files: README X-VCS-Directories: / X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 4634a0f8d453ebc311eec751cb4a97ab5a2b0b65 X-VCS-Branch: master Date: Fri, 24 Aug 2018 08:50:17 +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-Archives-Salt: fafee2dc-1160-4151-b429-00ced9161c32 X-Archives-Hash: acbb025685eddb5a998194db40014a37 commit: 4634a0f8d453ebc311eec751cb4a97ab5a2b0b65 Author: Sergei Trofimovich gentoo org> AuthorDate: Fri Aug 24 08:49:30 2018 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Fri Aug 24 08:49:30 2018 +0000 URL: https://gitweb.gentoo.org/proj/gcc-config.git/commit/?id=4634a0f8 README: fix typos s/Practially/Practically and s/tolchain/toolchain/ Noticed by [Arfrever]. Signed-off-by: Sergei Trofimovich gentoo.org> README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 06bf8fe..aef9e98 100644 --- a/README +++ b/README @@ -6,7 +6,7 @@ Gentoo allows switching gcc as system runs via gcc-config: $ gcc-config x86_64-pc-linux-gnu-7.2.0 Ideally changes should be visible instantly and atomically -without shell restart. Practially see TODOs and BUGs on PATH/ROOTPATH. +without shell restart. Practically see TODOs and BUGs on PATH/ROOTPATH. Files, variables, things. ------------------------- @@ -27,7 +27,7 @@ Files, variables, things. /etc/env.d/gcc/.NATIVE -> x86_64-pc-linux-gnu-8.1.0 (link to target config) /etc/env.d/gcc/x86_64-pc-linux-gnu-8.1.0 - Contains variables that describe tolchain layout: + Contains variables that describe toolchain layout: LDPATH="/usr/lib/gcc/x86_64-pc-linux-gnu/8.1.0" MANPATH="/usr/share/gcc-data/x86_64-pc-linux-gnu/8.1.0/man"