diff options
Diffstat (limited to 'src/gtkext')
| -rw-r--r-- | src/gtkext/gtkextstatusbar.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gtkext/gtkextstatusbar.c b/src/gtkext/gtkextstatusbar.c index 8051d41..62d4950 100644 --- a/src/gtkext/gtkextstatusbar.c +++ b/src/gtkext/gtkextstatusbar.c @@ -57,7 +57,7 @@ struct _GtkExtStatusBar      bar_item *stack;                        /* Pile de statut de la barre  */      size_t stack_size;                      /* Taille de la pile           */ -    GMutex stack_access;                    /* Accès en à la pile          */ +    GMutex stack_access;                    /* Accès à la pile             */  };  | 
