diff options
author | Tim Walker <[email protected]> | 2016-04-03 22:39:10 +0200 |
---|---|---|
committer | Tim Walker <[email protected]> | 2016-04-03 22:39:10 +0200 |
commit | d00a56c5fe2d0cba4e9f89762d805fec9d51fd53 (patch) | |
tree | 7ef7829771f96cb23300fb1b8e76f1324789bba8 /libhb/hb_json.c | |
parent | bb08d5faa249b35b8ee9d5e29c9566816c4d3623 (diff) |
json: fix typo.
Diffstat (limited to 'libhb/hb_json.c')
-rw-r--r-- | libhb/hb_json.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/hb_json.c b/libhb/hb_json.c index 82d3762e9..85de1e838 100644 --- a/libhb/hb_json.c +++ b/libhb/hb_json.c @@ -995,7 +995,7 @@ hb_job_t* hb_dict_to_job( hb_handle_t * h, hb_dict_t *dict ) // If both vbitrate and vquality were specified, vbitrate is used; // we need to ensure the unused rate contro mode is always set to an - // invalid value, as if both values aere valid, behavior is undefined + // invalid value, as if both values are valid, behavior is undefined // (some encoders first check for a valid vquality, whereas others // check for a valid vbitrate instead) if (vbitrate > 0) |