You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2016/06/07 02:33:02 UTC

svn commit: r1747123 - /commons/proper/vfs/trunk/BUILDING.txt

Author: ggregory
Date: Tue Jun  7 02:33:02 2016
New Revision: 1747123

URL: http://svn.apache.org/viewvc?rev=1747123&view=rev
Log:
Typos.

Modified:
    commons/proper/vfs/trunk/BUILDING.txt

Modified: commons/proper/vfs/trunk/BUILDING.txt
URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/BUILDING.txt?rev=1747123&r1=1747122&r2=1747123&view=diff
==============================================================================
--- commons/proper/vfs/trunk/BUILDING.txt (original)
+++ commons/proper/vfs/trunk/BUILDING.txt Tue Jun  7 02:33:02 2016
@@ -2,11 +2,11 @@ Building Apache Commons VFS
   
 To build Apache Commons VFS, you need a JDK implementation version 1.6 or greater, and Apache Maven.
 
-To perform the license release audit, a.k.a. "RAT check", run.
+To perform the license release audit, a.k.a. "RAT check", run:
 
 mvn apache-rat:check
 
-To perform a Clirr check on, run
+To perform a Clirr check, run:
 
 mvn clirr:check -pl core