Author: tilman
Date: Tue Dec 2 11:11:57 2025
New Revision: 1930183
Log:
PDFBOX-5660: fix typo as suggested by Valery Bokov, closes #355
Modified:
pdfbox/branches/3.0/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/interactive/action/PDActionSound.java
Modified:
pdfbox/branches/3.0/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/interactive/action/PDActionSound.java
==============================================================================
---
pdfbox/branches/3.0/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/interactive/action/PDActionSound.java
Tue Dec 2 11:11:52 2025 (r1930182)
+++
pdfbox/branches/3.0/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/interactive/action/PDActionSound.java
Tue Dec 2 11:11:57 2025 (r1930183)
@@ -113,7 +113,7 @@ public class PDActionSound extends PDAct
}
/**
- * Gets the synchronous flag. It specifyes whether to play the sound
synchronously or
+ * Gets the synchronous flag. It specifies whether to play the sound
synchronously or
* asynchronously. When true, the reader allows no further user
interaction other than canceling
* the sound until the sound has been completely played.
*