Add an additional "title" attribute for UAT fields; that's what's
[obnox/wireshark/wip.git] / epan / uat_load.l
index fb76d83cb587e4809ca61df3bf37088fec39e037..4920c474904bde547932e2e30352629a081aec30 100644 (file)
@@ -219,7 +219,7 @@ comment #[^\n]*\n
 
 <SEPARATOR>{newline} {
        linenum++;
-       ERROR(("expecting field %s in previuos line",uat->fields[colnum].name));
+       ERROR(("expecting field %s in previous line",uat->fields[colnum].name));
        BEGIN START_OF_LINE;
 }