From 5193c85e6df30da5eafe9fe31d1ebe610cbb57ae Mon Sep 17 00:00:00 2001
From: Rob Bocchino
Date: Mon, 6 Oct 2025 17:44:49 -0700
Subject: [PATCH] Revise spec
---
docs/fpp-spec.html | 4 ++--
docs/spec/Definitions/Dictionary-Definitions.adoc | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/fpp-spec.html b/docs/fpp-spec.html
index 1e02b1e62..fe3dfa906 100644
--- a/docs/fpp-spec.html
+++ b/docs/fpp-spec.html
@@ -4425,7 +4425,7 @@ dictionary constant b = E.X
type T1
dictionary type T2 = T1 # Error: T2 is not displayable
-# Error: c does not have primitve, string, or enum type
+# Error: c does not have primitive, string, or enum type
dictionary constant c = { x = U32 }
@@ -11954,7 +11954,7 @@ equivalent.
diff --git a/docs/spec/Definitions/Dictionary-Definitions.adoc b/docs/spec/Definitions/Dictionary-Definitions.adoc
index 3ee1c6f52..de31ec145 100644
--- a/docs/spec/Definitions/Dictionary-Definitions.adoc
+++ b/docs/spec/Definitions/Dictionary-Definitions.adoc
@@ -32,6 +32,6 @@ dictionary constant b = E.X
type T1
dictionary type T2 = T1 # Error: T2 is not displayable
-# Error: c does not have primitve, string, or enum type
+# Error: c does not have primitive, string, or enum type
dictionary constant c = { x = U32 }
----