Skip to content

Commit

Permalink
Fix typo "exits" -> "exist" (eclipse-tycho#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
kriegaex committed May 2, 2021
1 parent f496128 commit 79aec69
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ TargetDefinitionContent resolveContentWithExceptions(TargetDefinition definition
}
} else {
logger.warn("Target location path '" + path.getAbsolutePath()
+ "' does not exits, target resoloution might be incomplete.");
+ "' does not exist, target resoloution might be incomplete.");
}
} else if (locationDefinition instanceof MavenGAVLocation) {
MavenGAVLocation location = (MavenGAVLocation) locationDefinition;
Expand Down

0 comments on commit 79aec69

Please sign in to comment.