1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-05 17:23:15 +02:00

Fix typo: formated -> formatted

This commit is contained in:
Sebastien Helleu
2009-05-17 16:00:35 +02:00
parent 353538e3d8
commit e2497ff8bc
13 changed files with 42 additions and 42 deletions
+2 -2
View File
@@ -25,7 +25,7 @@ struct t_infolist;
enum t_gui_buffer_type
{
GUI_BUFFER_TYPE_FORMATED = 0,
GUI_BUFFER_TYPE_FORMATTED = 0,
GUI_BUFFER_TYPE_FREE,
/* number of buffer types */
GUI_BUFFER_NUM_TYPES,
@@ -89,7 +89,7 @@ struct t_gui_buffer
/* layout */
char *name; /* buffer name */
char *short_name; /* short buffer name */
enum t_gui_buffer_type type; /* buffer type (formated, free, ..) */
enum t_gui_buffer_type type; /* buffer type (formatted, free, ..) */
int notify; /* 0 = never */
/* 1 = highlight only */
/* 2 = highlight + msg */