From ac0483a69c4ab85794e8010fc0534a69846ce288 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Mon, 19 Sep 2016 20:08:27 +0100 Subject: [PATCH] fix spelling --- .spelling | 2 ++ content/blog/steam-igpu-linux.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.spelling b/.spelling index 330d48d..f3f2ee5 100644 --- a/.spelling +++ b/.spelling @@ -70,3 +70,5 @@ til txt wat wikipedia +stacktrace +iGPU diff --git a/content/blog/steam-igpu-linux.md b/content/blog/steam-igpu-linux.md index d852622..63dce90 100644 --- a/content/blog/steam-igpu-linux.md +++ b/content/blog/steam-igpu-linux.md @@ -41,7 +41,7 @@ STEAM_RUNTIME is enabled automatically Installing breakpad exception handler for appid(steam)/version(1468023329) ``` -Unfortunately, it doesnt seem to work if you add it to the `steam.desktop` file, for reasons I don't quite understand. But, just edit `/usr/bin/steam` to include the variable, and that works perfectly! +Unfortunately, it doesn't seem to work if you add it to the `steam.desktop` file, for reasons I don't quite understand. But, just edit `/usr/bin/steam` to include the variable, and that works perfectly! ```bash export LD_PRELOAD='/usr/$LIB/libstdc++.so.6 /usr/$LIB/libgcc_s.so.1 /usr/$LIB/libxcb.so.1 /usr/$LIB/libgpg-error.so'