Skip to content

Commit 2e88e74

Browse files
committed
Spelling
1 parent caeea8a commit 2e88e74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test/event_deferral.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,15 +65,15 @@ namespace
6565
{
6666
// Captures will go out of scope after the first co_await call. Copy anything needed after that point.
6767
const auto startStateCopy = startState;
68-
const auto finsihStateCopy = finishState;
68+
const auto finishStateCopy = finishState;
6969

7070
REQUIRE(sender == c);
7171
auto deferral = args.GetDeferral();
7272
co_await resume_background();
7373
wait_for_state(startStateCopy);
7474
args.IncrementCounter();
7575
deferral.Complete();
76-
go_to_state(finsihStateCopy);
76+
go_to_state(finishStateCopy);
7777
};
7878
}
7979
};

0 commit comments

Comments
 (0)