Commit f3a85e93 authored by Lasse Karstensen's avatar Lasse Karstensen

typo

parent 8a9ad303
...@@ -47,7 +47,7 @@ vcc_Type(enum var_type fmt) ...@@ -47,7 +47,7 @@ vcc_Type(enum var_type fmt)
#include "tbl/vcc_types.h" #include "tbl/vcc_types.h"
#undef VCC_TYPE #undef VCC_TYPE
default: default:
assert("Unknwon Type"); assert("Unknown Type");
return(NULL); return(NULL);
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment