correct spelling; from Alexander Polakov.

This commit is contained in:
okan
2011-07-14 11:39:53 +00:00
parent 3db2d84fa8
commit c585dfbf32
4 changed files with 5 additions and 5 deletions

View File

@@ -169,8 +169,8 @@ color : COLOR colors
;
colors : ACTIVEBORDER STRING {
free(conf->color[CWM_COLOR_BORDOR_ACTIVE].name);
conf->color[CWM_COLOR_BORDOR_ACTIVE].name = $2;
free(conf->color[CWM_COLOR_BORDER_ACTIVE].name);
conf->color[CWM_COLOR_BORDER_ACTIVE].name = $2;
}
| INACTIVEBORDER STRING {
free(conf->color[CWM_COLOR_BORDER_INACTIVE].name);