Skip to content

Commit c9f7d4a

Browse files
Merge pull request #18 from corda/davidawad-patch-1-1
fixing silly typo
2 parents 0e588a5 + 758960f commit c9f7d4a

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)