Author: tilman
Date: Wed Mar  7 17:11:03 2018
New Revision: 1826135

URL: http://svn.apache.org/viewvc?rev=1826135&view=rev
Log:
PDFBOX-4071: fix typo

Modified:
    pdfbox/branches/2.0/parent/pom.xml
    
pdfbox/branches/2.0/pdfbox/src/test/java/org/apache/pdfbox/encryption/TestSymmetricKeyEncryption.java

Modified: pdfbox/branches/2.0/parent/pom.xml
URL: 
http://svn.apache.org/viewvc/pdfbox/branches/2.0/parent/pom.xml?rev=1826135&r1=1826134&r2=1826135&view=diff
==============================================================================
--- pdfbox/branches/2.0/parent/pom.xml (original)
+++ pdfbox/branches/2.0/parent/pom.xml Wed Mar  7 17:11:03 2018
@@ -363,8 +363,8 @@
             </roles>
         </developer>
         <developer>
-            <id>msayhoun</id>
-            <name>Maruan Sayhoun</name>
+            <id>msahyoun</id>
+            <name>Maruan Sahyoun</name>
             <roles>
                 <role>PMC Member</role>
             </roles>

Modified: 
pdfbox/branches/2.0/pdfbox/src/test/java/org/apache/pdfbox/encryption/TestSymmetricKeyEncryption.java
URL: 
http://svn.apache.org/viewvc/pdfbox/branches/2.0/pdfbox/src/test/java/org/apache/pdfbox/encryption/TestSymmetricKeyEncryption.java?rev=1826135&r1=1826134&r2=1826135&view=diff
==============================================================================
--- 
pdfbox/branches/2.0/pdfbox/src/test/java/org/apache/pdfbox/encryption/TestSymmetricKeyEncryption.java
 (original)
+++ 
pdfbox/branches/2.0/pdfbox/src/test/java/org/apache/pdfbox/encryption/TestSymmetricKeyEncryption.java
 Wed Mar  7 17:11:03 2018
@@ -102,7 +102,7 @@ public class TestSymmetricKeyEncryption
      * Test that permissions work as intended: the user psw ("user") is enough
      * to open the PDF with possibly restricted rights, the owner psw ("owner")
      * gives full permissions. The 3 files of this test were created by Maruan
-     * Sayhoun, NOT with PDFBox, but with Adobe Acrobat to ensure "the gold
+     * Sahyoun, NOT with PDFBox, but with Adobe Acrobat to ensure "the gold
      * standard". The restricted permissions prevent printing and text
      * extraction. In the 128 and 256 bit encrypted files, AssembleDocument,
      * ExtractForAccessibility and PrintDegraded are also disabled.


Reply via email to