commit: 4634a0f8d453ebc311eec751cb4a97ab5a2b0b65
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 24 08:49:30 2018 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> 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 <slyfox <AT> 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"