Author: tilman
Date: Tue Dec  2 11:11:47 2025
New Revision: 1930181

Log:
PDFBOX-5660: fix typo as suggested by Valery Bokov, closes #355

Modified:
   
pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/interactive/action/PDActionSound.java

Modified: 
pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/interactive/action/PDActionSound.java
==============================================================================
--- 
pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/interactive/action/PDActionSound.java
   Tue Dec  2 08:30:11 2025        (r1930180)
+++ 
pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/interactive/action/PDActionSound.java
   Tue Dec  2 11:11:47 2025        (r1930181)
@@ -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.
      *

Reply via email to