Typo fixed

This commit is contained in:
Andrey Breslav
2012-06-14 13:01:59 +04:00
parent 8a11a885d0
commit e92f706c64
@@ -252,7 +252,7 @@ public class ResolveSession {
} }
}, null); }, null);
if (result == null) { if (result == null) {
throw new IllegalStateException("No descriptor resolevd for " + declaration + " " + declaration.getText()); throw new IllegalStateException("No descriptor resolved for " + declaration + " " + declaration.getText());
} }
return result; return result;
} }