Commit b28e2047 authored by Lasse Karstensen's avatar Lasse Karstensen Committed by Tollef Fog Heen

typo

parent b1d132c5
...@@ -51,7 +51,7 @@ vcc_Type(enum var_type fmt) ...@@ -51,7 +51,7 @@ vcc_Type(enum var_type fmt)
#include "vcc_types.h" #include "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