Skip to content

Commit 758960f

Browse files
authored
fixing silly typo
1 parent c328a5e commit 758960f

File tree

1 file changed

+1
-1
lines changed
  • Basic/yo-cordapp/workflows/src/main/java/net/corda/examples/yo/flows

1 file changed

+1
-1
lines changed

Basic/yo-cordapp/workflows/src/main/java/net/corda/examples/yo/flows/YoFlow.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
public class YoFlow extends FlowLogic<SignedTransaction> {
2525
private static final ProgressTracker.Step CREATING = new ProgressTracker.Step("Creating a new Yo!");
2626
private static final ProgressTracker.Step SIGNING = new ProgressTracker.Step("Signing the Yo!");
27-
private static final ProgressTracker.Step VERIFYING = new ProgressTracker.Step("Verfiying the Yo!");
27+
private static final ProgressTracker.Step VERIFYING = new ProgressTracker.Step("Verifying the Yo!");
2828
private static final ProgressTracker.Step FINALISING = new ProgressTracker.Step("Sending the Yo!") {
2929
@Nullable
3030
@Override

0 commit comments

Comments
 (0)