doc: Fix typo 'statis' -> 'static'

This commit is contained in:
shoffmeister 2024-01-28 10:07:44 +00:00 committed by Wim Taymans
parent 3f80bc2e70
commit c25c7f7bd8

View file

@ -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.