Author: tilman
Date: Wed Mar 30 07:44:31 2016
New Revision: 1737081

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

Modified:
    
pdfbox/branches/2.0/examples/src/main/java/org/apache/pdfbox/examples/interactive/form/FillFormField.java

Modified: 
pdfbox/branches/2.0/examples/src/main/java/org/apache/pdfbox/examples/interactive/form/FillFormField.java
URL: 
http://svn.apache.org/viewvc/pdfbox/branches/2.0/examples/src/main/java/org/apache/pdfbox/examples/interactive/form/FillFormField.java?rev=1737081&r1=1737080&r2=1737081&view=diff
==============================================================================
--- 
pdfbox/branches/2.0/examples/src/main/java/org/apache/pdfbox/examples/interactive/form/FillFormField.java
 (original)
+++ 
pdfbox/branches/2.0/examples/src/main/java/org/apache/pdfbox/examples/interactive/form/FillFormField.java
 Wed Mar 30 07:44:31 2016
@@ -46,7 +46,7 @@ public final class FillFormField
         // as there might not be an AcroForm entry a null check is necessary
         if (acroForm != null)
         {
-            // Retrieve an individual field and set it's value.
+            // Retrieve an individual field and set its value.
             PDTextField field = (PDTextField) acroForm.getField( "sampleField" 
);
             field.setValue("Text Entry");
             


Reply via email to