From d00a56c5fe2d0cba4e9f89762d805fec9d51fd53 Mon Sep 17 00:00:00 2001 From: Tim Walker Date: Sun, 3 Apr 2016 22:39:10 +0200 Subject: json: fix typo. --- libhb/hb_json.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3