diff options
| author | ac79b0c6 <[email protected]> | 2022-05-10 13:58:02 +0800 |
|---|---|---|
| committer | ac79b0c6 <[email protected]> | 2022-05-10 13:58:02 +0800 |
| commit | 171433c2e8cca4387abe11da7e15a29245288b69 (patch) | |
| tree | 775384ad220f5613c5e42df9c296ae87fb68166b /mkvlib/ass.go | |
| parent | 968e406a5674b43243c9003dc00871b411c1db29 (diff) | |
update mkvlib:typo
Diffstat (limited to 'mkvlib/ass.go')
| -rw-r--r-- | mkvlib/ass.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mkvlib/ass.go b/mkvlib/ass.go index 879dc40..58cd7d2 100644 --- a/mkvlib/ass.go +++ b/mkvlib/ass.go @@ -658,7 +658,7 @@ func (self *assProcessor) changeFontName(font *fontInfo) bool { } } } else { - printLog(self.lcb, `Faild to change the font name: "%s".`, font.oldName) + printLog(self.lcb, `Failed to change the font name: "%s".`, font.oldName) } } } |
