Skip to content

Commit

Permalink
another typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ftemme committed May 3, 2016
1 parent 2c867da commit 1800d71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/fact/features/source/SourcePosition.java
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ public void finish() throws Exception {
@Override
public void init(ProcessContext arg0) throws Exception {
if(x != null && y != null){
log.warn("Setting source postion to dummy values X: " + x + " Y: " + y);
log.warn("Setting source position to dummy values X: " + x + " Y: " + y);
return;
}

Expand Down

0 comments on commit 1800d71

Please sign in to comment.