mirror of
https://github.com/google/pebble.git
synced 2025-04-30 15:21:41 -04:00
spelling: currently
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
e39d9fc773
commit
435ef6ba65
1 changed files with 1 additions and 1 deletions
|
@ -229,7 +229,7 @@ static void set_text_layers(AppData *data) {
|
||||||
} else if (data->alpha == ALPHA_66) {
|
} else if (data->alpha == ALPHA_66) {
|
||||||
alpha_percent = 50; // FIXME: Currently don't support 66
|
alpha_percent = 50; // FIXME: Currently don't support 66
|
||||||
} else if (data->alpha == ALPHA_33) {
|
} else if (data->alpha == ALPHA_33) {
|
||||||
alpha_percent = 25; // FIXME: Currenlty don't support 33
|
alpha_percent = 25; // FIXME: Currently don't support 33
|
||||||
} else if (data->alpha == ALPHA_0) {
|
} else if (data->alpha == ALPHA_0) {
|
||||||
alpha_percent = 0;
|
alpha_percent = 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue