diff --git a/src/scratchpad/src/org/apache/poi/hslf/dev/PPTXMLDump.java b/src/scratchpad/src/org/apache/poi/hslf/dev/PPTXMLDump.java
index 5d9c231f49..5a5f82d165 100644
--- a/src/scratchpad/src/org/apache/poi/hslf/dev/PPTXMLDump.java
+++ b/src/scratchpad/src/org/apache/poi/hslf/dev/PPTXMLDump.java
@@ -76,7 +76,7 @@ public final class PPTXMLDump {
/**
* Dump the structure of the supplied PPT file into XML
- * @param out Writer to write out
+ * @param outWriter Writer to write out
* @throws java.io.IOException
*/
public void dump(Writer outWriter) throws IOException {