aboutsummaryrefslogtreecommitdiffstats
path: root/src/depoly.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/depoly.cpp')
-rw-r--r--src/depoly.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/depoly.cpp b/src/depoly.cpp
index 2b8554b..c6de0c1 100644
--- a/src/depoly.cpp
+++ b/src/depoly.cpp
@@ -124,7 +124,7 @@ resp_depoly(CEnv& cenv, Code& code, const AST* ast) throw()
return ast;
}
- cenv.err << "Attempt to depoly unknown type: " << ast << endl;
+ cenv.err << "Attempt to depoly unknown form: " << ast << endl;
assert(false);
return NULL;
}