tFixed type (thanks to ypnose) - monochromatic - monochromatic blog: http://blog.z3bra.org
 (HTM) git clone git://z3bra.org/monochromatic
 (DIR) Log
 (DIR) Files
 (DIR) Refs
       ---
 (DIR) commit b5ea931f4f2af111f907436b5e15a5ad01d9688d
 (DIR) parent b0b2ee12e8ffea166941d9db9f1019a3a684f1a7
 (HTM) Author: Willy Goiffon <w.goiffon@gmail.com>
       Date:   Tue,  1 Oct 2013 20:43:10 +0200
       
       Fixed type (thanks to ypnose)
       
       Diffstat:
         M 2013/09/java-without-eclipse.html   |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/2013/09/java-without-eclipse.html b/2013/09/java-without-eclipse.html
       t@@ -51,7 +51,7 @@
                      <li>Your editor of choice</li>
                      <li>JRE (O RLY?)</li>
                      <li>JDK (U DON'T SAY)</li>
       -              <li>Know yout shit !</li>
       +              <li>Know your shit !</li>
                    </ul>
                    You just have to know how to compile/run a java project.
                    Here is what I learnt:<br />