Author: simonetripodi
Date: Mon Apr 23 10:51:34 2012
New Revision: 1329171

URL: http://svn.apache.org/viewvc?rev=1329171&view=rev
Log:
typo

Modified:
    
commons/sandbox/graph/trunk/src/main/java/org/apache/commons/graph/CommonsGraph.java

Modified: 
commons/sandbox/graph/trunk/src/main/java/org/apache/commons/graph/CommonsGraph.java
URL: 
http://svn.apache.org/viewvc/commons/sandbox/graph/trunk/src/main/java/org/apache/commons/graph/CommonsGraph.java?rev=1329171&r1=1329170&r2=1329171&view=diff
==============================================================================
--- 
commons/sandbox/graph/trunk/src/main/java/org/apache/commons/graph/CommonsGraph.java
 (original)
+++ 
commons/sandbox/graph/trunk/src/main/java/org/apache/commons/graph/CommonsGraph.java
 Mon Apr 23 10:51:34 2012
@@ -342,7 +342,7 @@ public final class CommonsGraph<V, E, G 
      * @param <V> the Graph vertices type
      * @param <E> the Graph edges type
      * @param graph the input {@link Graph}
-     * @return the syncronyzed graph
+     * @return the synchronized graph
      */
     public static <V, E> Graph<V, E> synchronize( MutableGraph<V, E> graph )
     {


Reply via email to