You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by jp...@apache.org on 2013/05/04 16:03:10 UTC

svn commit: r1479110 - /commons/sandbox/sorting/trunk/pom.xml

Author: jpountz
Date: Sat May  4 14:03:09 2013
New Revision: 1479110

URL: http://svn.apache.org/r1479110
Log:
Fix typo.

Modified:
    commons/sandbox/sorting/trunk/pom.xml

Modified: commons/sandbox/sorting/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/sorting/trunk/pom.xml?rev=1479110&r1=1479109&r2=1479110&view=diff
==============================================================================
--- commons/sandbox/sorting/trunk/pom.xml (original)
+++ commons/sandbox/sorting/trunk/pom.xml Sat May  4 14:03:09 2013
@@ -34,7 +34,7 @@
   <name>Commons Sorting</name>
   <url>http://commons.apache.org/sandbox/sorting/</url>
   <description>
-Sorting abstraction aiming at maiking any random-access list-like data-structure easily sortable.
+Sorting abstraction aiming at making any random-access list-like data-structure easily sortable.
   </description>
 
   <properties>