From 3eb2d349a60c08c888c9cafe6302af013243db4d Mon Sep 17 00:00:00 2001 From: Brian Martin <42186431+martinb35@users.noreply.github.com> Date: Wed, 14 Apr 2021 08:26:55 -0700 Subject: [PATCH] fix typo in scenariotestscppwinrt.cpp (#7334) the word is spelled, "resetting". --- winml/test/scenario/cppwinrt/scenariotestscppwinrt.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/winml/test/scenario/cppwinrt/scenariotestscppwinrt.cpp b/winml/test/scenario/cppwinrt/scenariotestscppwinrt.cpp index 63d77a4ea2..31e2b53a8c 100644 --- a/winml/test/scenario/cppwinrt/scenariotestscppwinrt.cpp +++ b/winml/test/scenario/cppwinrt/scenariotestscppwinrt.cpp @@ -1389,7 +1389,7 @@ static void DeviceLostRecovery() { } catch (...) { } - // remove all references to the device by reseting the session and binding. + // remove all references to the device by resetting the session and binding. session = nullptr; binding = nullptr;