1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-30 12:25:35 +02:00

Mistype in the 'CheckType' method.

This commit is contained in:
Mikhail Khodjaiants 2003-08-11 19:38:00 +00:00
parent ff9ca80b0c
commit 8b9da1bd68
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2003-08-11 Mikhail Khodjaiants
* src/org/eclipse/cdt/debug/mi/core/cdi/variableManager.java
Mistype in the 'CheckType' method.
2003-08-07 Alain Magloire
* src/org/eclipse/cdt/debug/mi/core/cdi/variableManager.java

View file

@ -138,7 +138,7 @@ public class VariableManager extends SessionObject implements ICDIVariableManage
throw new MI2CDIException(e);
}
} else {
throw new CDIException("Unkown type");
throw new CDIException("Unknown type");
}
}