[vlc-commits] modules: doc typo
    Lyndon Brown 
    git at videolan.org
       
    Sat Sep 26 08:44:08 CEST 2020
    
    
  
vlc | branch: master | Lyndon Brown <jnqnfe at gmail.com> | Wed Apr 10 03:23:35 2019 +0100| [a67573c27a1f917d29132cd02d047eadbc652d44] | committer: Rémi Denis-Courmont
modules: doc typo
Signed-off-by: Rémi Denis-Courmont <remi at remlab.net>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a67573c27a1f917d29132cd02d047eadbc652d44
---
 src/modules/modules.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/modules/modules.h b/src/modules/modules.h
index bcb1b71116..bfefd3e5c5 100644
--- a/src/modules/modules.h
+++ b/src/modules/modules.h
@@ -42,7 +42,7 @@ typedef struct vlc_plugin_t
         module_config_t *items; /**< Table of configuration parameters */
         size_t size; /**< Size of items table */
         size_t count; /**< Number of configuration items */
-        size_t booleans; /**< Number of booleal config items */
+        size_t booleans; /**< Number of boolean config items */
     } conf;
 
 #ifdef HAVE_DYNAMIC_PLUGINS
    
    
More information about the vlc-commits
mailing list