From df50e75de590ba87e1e18f12d8e6a98d815d65f3 Mon Sep 17 00:00:00 2001
From: Gibson_SG <f2tproductions@gmail.com>
Date: Wed, 17 Jan 2018 17:33:12 -0600
Subject: [PATCH] Updated Building for Linux (markdown)

---
 Building-for-Linux.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Building-for-Linux.md b/Building-for-Linux.md
index ae3d48f..9b291cf 100644
--- a/Building-for-Linux.md
+++ b/Building-for-Linux.md
@@ -23,7 +23,7 @@ You'll need to download and install the following to build yuzu:
   - Fedora: `dnf install cmake`
   - Gentoo: `emerge dev-util/cmake`
 
-Note: depending on your distro, the version of CMake you get may not be whats required to build yuzu. Check with cmake --version. Version 3.5 or greater is required for you to be able to build!
+Note: Depending on your distro, the version of CMake you get may not be what's required to build yuzu. Check with cmake --version. Version 3.5 or greater is required for you to be able to build!
 * [Clang](https://github.com/llvm-mirror/clang) 3.8 (optional build alternative)
   - Deb: `apt-get install clang libc++-dev` (in some distros, clang-3.8).
   - Arch: `pacman -S clang`, `libc++` is in the AUR. Use pacaur or yaourt to install it.