Browse Source

Typo

Fixed "remember" spelled as "rember" and fixed a comma wrongfuly placed.
Ducc 6 years ago
parent
commit
b842cff598
1 changed files with 2 additions and 2 deletions
  1. 2 2
      24-el-capitan/README.md

+ 2 - 2
24-el-capitan/README.md

@@ -1,6 +1,6 @@
 **Goal: Update our build system to El Capitan**
 **Goal: Update our build system to El Capitan**
 
 
-If you were following this guide from the beginning, and upgraded to El Capitan only
+If you were following this guide from the beginning and upgraded to El Capitan only
 to find that Makefiles don't compile anymore, follow these instructions to upgrade
 to find that Makefiles don't compile anymore, follow these instructions to upgrade
 your cross-compiler.
 your cross-compiler.
 
 
@@ -33,7 +33,7 @@ export PATH="$PREFIX/bin:$PATH"
 binutils
 binutils
 --------
 --------
 
 
-Rember: always be careful before pasting walls of text from the internet. I recommend copying line by line.
+Remember: always be careful before pasting walls of text from the internet. I recommend copying line by line.
 
 
 ```sh
 ```sh
 mkdir /tmp/src
 mkdir /tmp/src