diff options
author | luz.paz <[email protected]> | 2018-02-07 10:54:59 -0500 |
---|---|---|
committer | Scott <[email protected]> | 2018-02-20 18:10:44 +0000 |
commit | 2d1c8541460c2b63d46eb1a278adacee14a55556 (patch) | |
tree | baf9c409edfb51f1a2b649b1f6e2291ff0524b76 /libhb/decssasub.h | |
parent | 5ce54df39b61c5b104f83d7ce291e67eada56efc (diff) |
Misc. typos
Found via `codespell -q 3 --skip="./gtk/po`
Diffstat (limited to 'libhb/decssasub.h')
-rw-r--r-- | libhb/decssasub.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libhb/decssasub.h b/libhb/decssasub.h index 91c696614..d1c27139b 100644 --- a/libhb/decssasub.h +++ b/libhb/decssasub.h @@ -14,12 +14,12 @@ typedef struct { uint32_t flags; - uint32_t fg_rgb; // forground color + uint32_t fg_rgb; // foreground color uint32_t alt_rgb; // secondary color uint32_t ol_rgb; // outline color uint32_t bg_rgb; // background color - uint32_t fg_alpha; // forground alpha + uint32_t fg_alpha; // foreground alpha uint32_t alt_alpha; // secondary alpha uint32_t ol_alpha; // outline alpha uint32_t bg_alpha; // background alpha |