Minor, fix typo

This commit is contained in:
Alexander Udalov
2013-12-03 18:59:52 +04:00
parent 1675e45aee
commit b8a97bf192
@@ -100,7 +100,7 @@ public class TypeParameterDescriptorImpl extends DeclarationDescriptorNonRootImp
private void checkInitialized() {
if (!initialized) {
throw new IllegalStateException("Type parameter descriptor in not initialized: " + nameForAssertions());
throw new IllegalStateException("Type parameter descriptor is not initialized: " + nameForAssertions());
}
}