summaryrefslogtreecommitdiff
path: root/mkvlib/ass.go
diff options
context:
space:
mode:
authorac79b0c6 <[email protected]>2022-05-20 23:22:02 +0800
committerac79b0c6 <[email protected]>2022-05-20 23:22:02 +0800
commita64c8bda93736cc4e87b9846fec998edf8e52ac1 (patch)
tree05995a8fa4da9e535c6f1ee5ae0b1246125070e8 /mkvlib/ass.go
parent90eb090b140d08885650fd1787c3bbbe4b28c5de (diff)
update mkvlib:typo
Diffstat (limited to 'mkvlib/ass.go')
-rw-r--r--mkvlib/ass.go4
1 files changed, 2 insertions, 2 deletions
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
}