diff options
author | Nomis101 <[email protected]> | 2019-07-31 07:27:27 +0200 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2019-07-31 07:27:27 +0200 |
commit | 38c3ba1835622ba28cfcb3642f49afba7a8e412e (patch) | |
tree | 85e1025b1ea16d0eb6ef84c092a0bed464e9355c /libhb/hb_json.c | |
parent | 25257473d278907a84bbf31f0903213d786ca064 (diff) |
Fix some typos (#2202)
Fix some typos
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 3b1602954..bd1e2f945 100644 --- a/libhb/hb_json.c +++ b/libhb/hb_json.c @@ -976,7 +976,7 @@ static int validate_audio_codec_mux(int codec, int mux, int track) /** * Convert a json string representation of a job to an hb_job_t - * @param h - Pointer to the hb_hanle_t hb instance which contains the + * @param h - Pointer to the hb_handle_t hb instance which contains the * title that the job refers to. * @param json_job - Pointer to json string representation of a job */ |