]> granicus.if.org Git - handbrake/commitdiff
json: fix typo.
authorTim Walker <tdskywalker@gmail.com>
Sun, 3 Apr 2016 20:39:10 +0000 (22:39 +0200)
committerTim Walker <tdskywalker@gmail.com>
Sun, 3 Apr 2016 20:39:10 +0000 (22:39 +0200)
libhb/hb_json.c

index 82d3762e9192061f7aa43b36c039103baccabe83..85de1e8388e10b73a5049c88694acea01549e67c 100644 (file)
@@ -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)