Author: aadamchik
Date: Sun Mar 25 09:34:04 2012
New Revision: 1304999
URL: http://svn.apache.org/viewvc?rev=1304999&view=rev
Log:
typo
Modified:
cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/src/main/java/org/apache/cayenne/DataChannel.java
Modified:
cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/src/main/java/org/apache/cayenne/DataChannel.java
URL:
http://svn.apache.org/viewvc/cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/src/main/java/org/apache/cayenne/DataChannel.java?rev=1304999&r1=1304998&r2=1304999&view=diff
==============================================================================
---
cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/src/main/java/org/apache/cayenne/DataChannel.java
(original)
+++
cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/src/main/java/org/apache/cayenne/DataChannel.java
Sun Mar 25 09:34:04 2012
@@ -90,7 +90,7 @@ public interface DataChannel {
/**
* Processes synchronization request from a child ObjectContext, returning
a GraphDiff
* that describes changes to objects made on the receiving end as a result
of
- * syncronization.
+ * synchronization.
*
* @param originatingContext an ObjectContext that initiated the sync. Can
be null.
* @param changes diff from the context that initiated the sync.