eeschema: fixed typo Brighened -> Brightened

This affects a color string in the eeschema config file.
This commit is contained in:
Martin Aberg
2018-07-26 15:43:53 +01:00
committed by Jeff Young
parent 1e11df650c
commit f3983cc47f
+1 -1
View File
@@ -223,7 +223,7 @@ static PARAM_CFG_ARRAY& cfg_params()
CLR( "Color4DErcEEx", LAYER_ERC_ERR, COLOR4D( RED ) )
CLR( "Color4DGridEx", LAYER_SCHEMATIC_GRID, COLOR4D( DARKGRAY ) )
CLR( "Color4DBgCanvasEx", LAYER_SCHEMATIC_BACKGROUND, COLOR4D( WHITE ) )
CLR( "Color4DBrighenedEx", LAYER_BRIGHTENED, COLOR4D( PUREMAGENTA ) )
CLR( "Color4DBrightenedEx", LAYER_BRIGHTENED, COLOR4D( PUREMAGENTA ) )
}
return ca;