diff options
Diffstat (limited to 'libhb/audio_remap.h')
-rw-r--r-- | libhb/audio_remap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/audio_remap.h b/libhb/audio_remap.h index f0a1f3494..5636656f4 100644 --- a/libhb/audio_remap.h +++ b/libhb/audio_remap.h @@ -82,7 +82,7 @@ void hb_audio_remap_free(hb_audio_remap_t *remap); /* * Remap audio between 2 different channel orders, using the settings specified - * in the remap paremeter. Remapping is only done when necessary. + * in the remap parameter. Remapping is only done when necessary. * * The remap parameter can be NULL (no remapping). */ |