You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by sl...@apache.org on 2010/05/06 14:20:28 UTC

svn commit: r941690 - /tuscany/sca-java-2.x/trunk/modules/assembly/src/main/java/org/apache/tuscany/sca/interfacedef/DataType.java

Author: slaws
Date: Thu May  6 12:20:28 2010
New Revision: 941690

URL: http://svn.apache.org/viewvc?rev=941690&view=rev
Log:
Fix typo in comment

Modified:
    tuscany/sca-java-2.x/trunk/modules/assembly/src/main/java/org/apache/tuscany/sca/interfacedef/DataType.java

Modified: tuscany/sca-java-2.x/trunk/modules/assembly/src/main/java/org/apache/tuscany/sca/interfacedef/DataType.java
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/modules/assembly/src/main/java/org/apache/tuscany/sca/interfacedef/DataType.java?rev=941690&r1=941689&r2=941690&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/modules/assembly/src/main/java/org/apache/tuscany/sca/interfacedef/DataType.java (original)
+++ tuscany/sca-java-2.x/trunk/modules/assembly/src/main/java/org/apache/tuscany/sca/interfacedef/DataType.java Thu May  6 12:20:28 2010
@@ -27,7 +27,7 @@ import java.lang.reflect.Type;
  * runtime is written in Java. This may be the same form used by the application
  * but it may not; for example, an application that is performing stream
  * processing may want a physical form such as an
- * {@link java.io.InputStream InputStream} to semantially operate on application
+ * {@link java.io.InputStream InputStream} to semantically operate on application
  * data such as a purchase order. The logical description is that used by the
  * assembly model and is an identifier into some well-known type space; examples
  * may be a Java type represented by its Class or an XML type represented by its