Author: tilman
Date: Tue Dec  2 11:11:52 2025
New Revision: 1930182

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

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

Modified: 
pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/interactive/action/PDActionSound.java
==============================================================================
--- 
pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/interactive/action/PDActionSound.java
    Tue Dec  2 11:11:47 2025        (r1930181)
+++ 
pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/interactive/action/PDActionSound.java
    Tue Dec  2 11:11:52 2025        (r1930182)
@@ -155,7 +155,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