From c25c7f7bd807adb6cb1435dd95d37966be7ea2b7 Mon Sep 17 00:00:00 2001 From: shoffmeister Date: Sun, 28 Jan 2024 10:07:44 +0000 Subject: [PATCH] doc: Fix typo 'statis' -> 'static' --- doc/dox/api/spa-design.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/dox/api/spa-design.dox b/doc/dox/api/spa-design.dox index 403e27d19..f4a8a3500 100644 --- a/doc/dox/api/spa-design.dox +++ b/doc/dox/api/spa-design.dox @@ -10,7 +10,7 @@ Types are generally divided into two categories: - Integer types: These are enumerations used in the parts where high performance/ease of use/low space overhead is needed. -The SPA type is system is statis and very simple but still allows you +The SPA type is system is static and very simple but still allows you to make and introspect complex object type hierarchies. See the type system docs for more info.