summaryrefslogtreecommitdiffstats
path: root/libhb/common.c
diff options
context:
space:
mode:
authorSebastian Ramacher <[email protected]>2017-03-10 17:31:17 +0100
committerJohn Stebbins <[email protected]>2017-03-10 09:31:17 -0700
commite7e5ea0707549407495f1abb6eb8ead8ff3c3c44 (patch)
tree4216f59260f0ce81de9ec7446a643f80e9ccedff /libhb/common.c
parent69231c990576f34c14054a6f81b09b5a445d1b47 (diff)
Fix various spelling mistakes (#613)
* Fix spelling of 'source' * Fix spelling of 'specify' * Fix spelling of 'internal' * Fix spelling of 'quitting'
Diffstat (limited to 'libhb/common.c')
-rw-r--r--libhb/common.c2
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;
}
}