summaryrefslogtreecommitdiffstats
path: root/libhb/decsrtsub.c
diff options
context:
space:
mode:
authorNomis101 <[email protected]>2019-07-31 07:27:27 +0200
committerDamiano Galassi <[email protected]>2019-07-31 07:27:27 +0200
commit38c3ba1835622ba28cfcb3642f49afba7a8e412e (patch)
tree85e1025b1ea16d0eb6ef84c092a0bed464e9355c /libhb/decsrtsub.c
parent25257473d278907a84bbf31f0903213d786ca064 (diff)
Fix some typos (#2202)
Fix some typos
Diffstat (limited to 'libhb/decsrtsub.c')
-rw-r--r--libhb/decsrtsub.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/decsrtsub.c b/libhb/decsrtsub.c
index 202254661..6157d69eb 100644
--- a/libhb/decsrtsub.c
+++ b/libhb/decsrtsub.c
@@ -326,7 +326,7 @@ static int get_line( hb_work_private_t * pv, char *buf, int size )
int i;
char c;
- // clear remnants of the previous line before progessing a new one
+ // clear remnants of the previous line before processing a new one
memset(buf, '\0', size);
/* Find newline in converted UTF-8 buffer */