Skip to content

Commit

Permalink
doc: fix typos "is is..." (#5365)
Browse files Browse the repository at this point in the history
  • Loading branch information
tenax66 authored Jul 27, 2023
1 parent 98585a7 commit c8df9d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/java/spoon/FluentLauncher.java
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ public FluentLauncher sourceClassPath(String[] sourceClasspath) {
* are handled with the reference mechanism. The "simplename" of the reference
* object refers to the unbound identifier.
*
* This option facilitates the use of Spoon when is is hard to have the complete
* This option facilitates the use of Spoon when it is hard to have the complete
* and correct classpath, for example for mining software repositories.
*
* For writing analyses, this option works well if you don't cross the reference
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/spoon/compiler/Environment.java
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ public interface Environment {
* classpath are handled with the reference mechanism. The "simplename" of
* the reference object refers to the unbound identifier.
*
* This option facilitates the use of Spoon when is is hard to have the
* This option facilitates the use of Spoon when it is hard to have the
* complete and correct classpath, for example for mining software
* repositories.
*
Expand Down

0 comments on commit c8df9d8

Please sign in to comment.