about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--030container.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/030container.cc b/030container.cc
index 8784c75c..81e89659 100644
--- a/030container.cc
+++ b/030container.cc
@@ -712,9 +712,9 @@ container foo [
 +parse: element: {x: "number"}
 +parse: element: {y: "number"}
 
-:(scenario container_with_compount_field_type)
+:(scenario container_with_compound_field_type)
 container foo [
-  {x: (table (address array character) number)}
+  {x: (address array (address array character))}
 ]
 $error: 0