typo corrected

This commit is contained in:
mrdotx 2021-07-28 21:16:49 +02:00
parent 17735039e9
commit 7b30390e26
No known key found for this signature in database
GPG Key ID: 433F70E636E6EB87
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ static unsigned int borderwidth = 2;
static unsigned int minpwlen = 32;
static unsigned int alphas[SchemeLast][2] = {
/* values between 0 (transparent) and 255 (opaque) */
/* foreground, background */
/* foreground, background */
[SchemePrompt] = { 255, 255 },
[SchemeNormal] = { 255, 230 },
[SchemeSelect] = { 255, 255 },