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/preset.h | |
parent | 5ce54df39b61c5b104f83d7ce291e67eada56efc (diff) |
Misc. typos
Found via `codespell -q 3 --skip="./gtk/po`
Diffstat (limited to 'libhb/preset.h')
-rw-r--r-- | libhb/preset.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/preset.h b/libhb/preset.h index 09478e8fb..528767e76 100644 --- a/libhb/preset.h +++ b/libhb/preset.h @@ -157,7 +157,7 @@ void hb_sanitize_audio_settings(const hb_title_t * title, hb_value_t * audio_settings); // Lookup a preset in the preset list. The "name" may contain '/' -// separators to explicitely specify a preset within the preset lists +// separators to explicitly specify a preset within the preset lists // folder structure. // // If 'recurse' is specified, a recursive search for the first component |