Skip to content

Commit

Permalink
Spell check on output, line 81.
Browse files Browse the repository at this point in the history
  • Loading branch information
joebalt authored Jun 25, 2018
1 parent 7ac44fe commit d3ca274
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public void testMSWord() throws IOException {
Helper.sleep(10);
// save in different formats
// pdf format is only supported in MSWord 2007 and above
System.out.println("Wrinting files to: " + Helper.tempDir);
System.out.println("Writing files to: " + Helper.tempDir);
msWord.SaveAs(new File(Helper.tempDir, "jnatestSaveAs.doc").getAbsolutePath(), wdFormatDocument);
msWord.SaveAs(new File(Helper.tempDir, "jnatestSaveAs.pdf").getAbsolutePath(), wdFormatPDF);
msWord.SaveAs(new File(Helper.tempDir, "jnatestSaveAs.rtf").getAbsolutePath(), wdFormatRTF);
Expand Down

0 comments on commit d3ca274

Please sign in to comment.