Fix comment spelling.

This commit is contained in:
Sean Burke
2003-09-27 22:32:13 +00:00
parent c15e0cec49
commit cdaaa3be6b
+1 -1
View File
@@ -996,7 +996,7 @@ void MusicWheel::Update( float fDeltaTime )
}
break;
default:
ASSERT(0); // all state changes should be handled explitily
ASSERT(0); // all state changes should be handled explicitly
break;
}
}