Skip to content
Snippets Groups Projects
Commit cf56b1f6 authored by Adam Knapp's avatar Adam Knapp
Browse files

Typos fixed


Signed-off-by: default avatarAdam Knapp <knappadam5@gmail.com>
parent 5b7b0998
No related branches found
No related tags found
1 merge request!615Eliminating todos and fixmes
......@@ -54,8 +54,8 @@ public abstract class Statement extends ASTNode implements ILocateableNode, IApp
S_STOP_UNKNOWN,
/** unknown instance. */
S_UNKNOWN_INSTANCE,
/** unknonwn applied inst. */
S_UNKNOWN_APPLIED_INSTANE,
/** unknown applied inst. */
S_UNKNOWN_APPLIED_INSTANCE,
// basic statements
/** definition. */
S_DEF,
......
......@@ -61,7 +61,7 @@ public final class Unknown_Applied_Statement extends Statement {
@Override
/** {@inheritDoc} */
public Statement_type getType() {
return Statement_type.S_UNKNOWN_APPLIED_INSTANE;
return Statement_type.S_UNKNOWN_APPLIED_INSTANCE;
}
@Override
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment