Config: Fix UGLY mistake (lenght -> length, thanks chacha)

This commit is contained in:
Martin Duquesnoy
2010-08-12 19:57:00 +02:00
parent 5d9ad3e1db
commit dc2e571e5e
3 changed files with 6 additions and 6 deletions

View File

@@ -414,7 +414,7 @@ typedef struct
{
char *fg;
uint bg;
int maxlenght;
int maxlength;
MouseBinding *mouse;
int nmouse;
} selbar;