Skip to content

Commit 22823e9

Browse files
committed
Fix typos
1 parent 6c45b29 commit 22823e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/net/sf/mpxj/primavera/StructuredTextParser.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public class StructuredTextParser
4646
{
4747
/**
4848
* By default, if unexpected structure is encountered while parsing
49-
* structured text, the parse wil raise a {@code StructuredTextParseException}.
49+
* structured text, the parser will raise a {@code StructuredTextParseException}.
5050
* In some cases the structured text already parsed will have yielded useful data.
5151
* Setting this flag to {@code true} will allow the parser to fail silently
5252
* and return as much of the data as it has been able to extract.

0 commit comments

Comments
 (0)