commit adbfce5bb52f18c9109d2fd9992a3de4e4ad38d7
parent 199704c32b6a7373609eb655d3f8ab711c16f4ca
Author: oblique <psyberbits@gmail.com>
Date: Thu, 1 May 2014 18:24:37 +0300
Fix typo in comment
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/subsync.c b/subsync.c
@@ -230,7 +230,7 @@ void write_srt(FILE *fout, struct list_head *srt_head)
}
/* synchronize subtitles by knowing the start time of the first and the last subtitle.
- * to archive this we must use the linear equation: y = mx + b */
+ * to achieve this we must use the linear equation: y = mx + b */
void sync_srt(struct list_head *srt_head, msec_t synced_first, msec_t synced_last)
{
long double slope, yint;