diff options
Diffstat (limited to 'libhb/preset.c')
-rw-r--r-- | libhb/preset.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libhb/preset.c b/libhb/preset.c index 710499024..4a581e017 100644 --- a/libhb/preset.c +++ b/libhb/preset.c @@ -3402,7 +3402,7 @@ char * hb_presets_builtin_get_json(void) } // 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 @@ -3431,7 +3431,7 @@ static hb_preset_index_t * preset_lookup_path(const char *name, } // 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 |