fix typo in scenariotestscppwinrt.cpp (#7334)

the word is spelled, "resetting".
This commit is contained in:
Brian Martin 2021-04-14 08:26:55 -07:00 committed by GitHub
parent 87bd836886
commit 3eb2d349a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;