From 7937d1eb3fc1c5556bc901cf39cb47c3200ffd97 Mon Sep 17 00:00:00 2001 From: janisozaur Date: Thu, 7 Jan 2016 08:12:07 +0100 Subject: [PATCH] fixed typos --- Building-OpenRCT2-on-Linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Building-OpenRCT2-on-Linux.md b/Building-OpenRCT2-on-Linux.md index 04d218e..e2ff2ef 100644 --- a/Building-OpenRCT2-on-Linux.md +++ b/Building-OpenRCT2-on-Linux.md @@ -46,7 +46,7 @@ This solution is tested continuously with our own dockerfile and then travis. As with other distros, you'll need gcc capable of producing 32 bit binaries. The package is called `gcc-multilib`, but it conflicts with `gcc` which you probably have installed already. -The first thing your going to ened to do if you don't already have it done, is install [yaourt.](https://wiki.archlinux.org/index.php/Yaourt#Installation) +The first thing you're going to need to do if you don't already have it done, is install [yaourt.](https://wiki.archlinux.org/index.php/Yaourt#Installation) Once you have done that, you need to enable 32 bit libraries, by doing [this.](https://wiki.archlinux.org/index.php/Multilib#Enabling)