Author: psharples
Date: Thu Jun 14 13:27:04 2012
New Revision: 1350228
URL: http://svn.apache.org/viewvc?rev=1350228&view=rev
Log:
trivial fix to javadoc comment
Modified:
incubator/wookie/trunk/parser/java/src/org/apache/wookie/w3c/util/ContentTypeUtils.java
Modified:
incubator/wookie/trunk/parser/java/src/org/apache/wookie/w3c/util/ContentTypeUtils.java
URL:
http://svn.apache.org/viewvc/incubator/wookie/trunk/parser/java/src/org/apache/wookie/w3c/util/ContentTypeUtils.java?rev=1350228&r1=1350227&r2=1350228&view=diff
==============================================================================
---
incubator/wookie/trunk/parser/java/src/org/apache/wookie/w3c/util/ContentTypeUtils.java
(original)
+++
incubator/wookie/trunk/parser/java/src/org/apache/wookie/w3c/util/ContentTypeUtils.java
Thu Jun 14 13:27:04 2012
@@ -90,7 +90,7 @@ public class ContentTypeUtils {
/**
* Sniffs the content type for images and other common types
- * @param inpuStream the inputStream to sniff
+ * @param inputStream the inputStream to sniff
* @return the content type of the stream if it matches a known signature,
otherwise Null
* @throws IOException
*/