From a64c8bda93736cc4e87b9846fec998edf8e52ac1 Mon Sep 17 00:00:00 2001 From: ac79b0c6 <105047743+ac79b0c6@users.noreply.github.com> Date: Fri, 20 May 2022 23:22:02 +0800 Subject: update mkvlib:typo --- mkvlib/ass.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mkvlib/ass.go') diff --git a/mkvlib/ass.go b/mkvlib/ass.go index 6d8e346..4a53a41 100644 --- a/mkvlib/ass.go +++ b/mkvlib/ass.go @@ -164,7 +164,7 @@ func (self *assProcessor) parse() bool { _b = *s.InlineStyle.SSABold _i = *s.InlineStyle.SSAItalic } else { - printLog(self.lcb, `Not Found style in the ass file:"%s" [%s].`, k, v[2]) + printLog(self.lcb, `Not found style in the ass file:"%s" [%s].`, k, v[2]) ec++ } break @@ -208,7 +208,7 @@ func (self *assProcessor) parse() bool { } } if len(self.m) == 0 { - printLog(self.lcb, `Not Found item in the ass file(s): "%d"`, len(self.files)) + printLog(self.lcb, `Not found item in the ass file(s): "%d"`, len(self.files)) } return ec == 0 } -- cgit v1.2.1