diff options
Diffstat (limited to 'libhb/common.c')
-rw-r--r-- | libhb/common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/common.c b/libhb/common.c index 8d7cc7fd9..986044845 100644 --- a/libhb/common.c +++ b/libhb/common.c @@ -4769,7 +4769,7 @@ int hb_subtitle_can_pass( int source, int mux ) default: // Internal error. Should never get here. - hb_error("internel error. Bad mux %d\n", mux); + hb_error("internal error. Bad mux %d\n", mux); return 0; } } |