Skip to content

Commit ad7a7ce

Browse files
committed
PDFBOX-5660: fix typos, as suggested by Valery Bokov; closes #271
git-svn-id: https://svn.apache.org/repos/asf/pdfbox/trunk@1928786 13f79535-47bb-0310-9956-ffa450edef68
1 parent ece2297 commit ad7a7ce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pdfbox/src/main/java/org/apache/pdfbox/pdmodel/interactive/digitalsignature/visible/PDFTemplateBuilder.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ void createAppearanceDictionary(PDFormXObject holderForml,
188188
* Insert given from as inner form.
189189
*
190190
* @param innerForm the form object to be inserted
191-
* @param holderFormResources resources the fomr object is added to
191+
* @param holderFormResources resources the form object is added to
192192
*/
193193
void insertInnerFormToHolderResources(PDFormXObject innerForm,
194194
PDResources holderFormResources);
@@ -263,7 +263,7 @@ void injectAppearanceStreams(PDStream holderFormStream, PDStream innerFormStream
263263
/**
264264
* just to create visible signature
265265
*
266-
* @param template the document holding the visible signatue
266+
* @param template the document holding the visible signature
267267
*/
268268
void createVisualSignature(PDDocument template);
269269

@@ -278,7 +278,7 @@ void createWidgetDictionary(PDSignatureField signatureField,
278278
PDResources holderFormResources) throws IOException;
279279

280280
/**
281-
* Resturns the PDF template Structure
281+
* Returns the PDF template Structure
282282
*
283283
* @return PDF template Structure
284284
*/

0 commit comments

Comments
 (0)