This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository rage.
View the commit online.
commit 6bdb4f1496d665a8aef9fad8ef44931fa516a73b
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
AuthorDate: Tue Jun 7 15:39:58 2022 +0100
readme - fix typos
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 616faed..979cba9 100644
--- a/README.md
+++ b/README.md
@@ -164,7 +164,7 @@ to your library locations so you might have to have more like:
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/usr/local/lib64/pkgconfig:/usr/local/lib/x86_64-linux-gnu/pkgconfig:/usr/lib/pkgconfig:/usr/lib64/pkgconfig:/usr/lib/x86_64-linux-gnu/pkgconfig
```
-You will need to enusre that the destination library directory (e.g.
+You will need to ensure that the destination library directory (e.g.
`/usr/local/lib` is in your /etc/ld.so.conf or /etc/ld.so.conf.d/
files and after installing anything that installs libraries you
re-run `ldconfig`. Please see relevant documentation on ldconfig and
@@ -210,7 +210,7 @@ meson . build
### Quick build help
-How clean out the build and config and start fresh:
+How to clean out the build and config and start fresh:
```sh
rm -rf build
```
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.