diff options
Diffstat (limited to 'lib/internal.h')
-rw-r--r-- | lib/internal.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/internal.h b/lib/internal.h index 112e7bd..7b71eb4 100644 --- a/lib/internal.h +++ b/lib/internal.h @@ -93,10 +93,10 @@ struct render_api { const char *version; /** - * Prioritory of the plugin. + * Priorty of the plugin. * Terminal renderers should be first, then graphicals. */ - enum bm_prioritory prioritory; + enum bm_priorty priorty; }; /** |