Author: ggregory
Date: Wed Feb 15 20:27:01 2012
New Revision: 1244686
URL: http://svn.apache.org/viewvc?rev=1244686&view=rev
Log:
Fix Javadoc typo.
Modified:
commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/FileContent.java
Modified:
commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/FileContent.java
URL:
http://svn.apache.org/viewvc/commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/FileContent.java?rev=1244686&r1=1244685&r2=1244686&view=diff
==============================================================================
---
commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/FileContent.java
(original)
+++
commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/FileContent.java
Wed Feb 15 20:27:01 2012
@@ -34,7 +34,7 @@ import org.apache.commons.vfs2.util.Rand
* {@link #getOutputStream} method. This will create the file, and the parent
* folder, if necessary.
* <p/>
- * <p>A file may have multiple InputStreams open at the sametime.
+ * <p>A file may have multiple InputStreams open at the same time.
* <p/>
*
* @author <a href="http://commons.apache.org/vfs/team-list.html">Commons VFS
team</a>