commit 3dc77e6e8b07469d74d492c6aa071e0f61ed69cb
Author: Christoph Lohmann <[email protected]>
Date: Wed Oct 21 14:39:21 2015 +0200
Some expression correction for the compiler rant.
diff --git a/suckless.org/sucks/index.md b/suckless.org/sucks/index.md
index bdf5308..02347b7 100644
--- a/suckless.org/sucks/index.md
+++ b/suckless.org/sucks/index.md
@@ -115,7 +115,7 @@ C Compilers
* [GCC][gcc] is the virus which has spread into nearly every Linux
distribution and has added its language extensions to be not easily
replacable. As of 2015 it is now written in C++ and so complete suck. Why
- can't a compiler just be a simple binary doing its work, instead it adds
+ can't a compiler just be a simple binary doing its work instead of adding
path dependencies deep into the system?
* [Clang][clang] is written in C++. If you don't believe that it sucks, try to
build clang by hand.