void CordbHashTableEnum::AssertValid()
{
// @todo - Our behavior is undefined when enumerating a collection that changes underneath us.
- // We'd love to just call this situatation illegal, but clients could very reasonably taken a depedency
+ // We'd love to just call this situation illegal, but clients could have very reasonably taken a dependency
// on it. Various APIs (eg, ICDStepper::Deactivate) may remove items from the hash.
// So we need to figure out what the behavior is here, spec it, and then enforce that and enable the
// strongest asserts possible there.