summaryrefslogtreecommitdiff
path: root/mkvlib
diff options
context:
space:
mode:
authorac79b0c6 <[email protected]>2022-05-10 13:58:02 +0800
committerac79b0c6 <[email protected]>2022-05-10 13:58:02 +0800
commit171433c2e8cca4387abe11da7e15a29245288b69 (patch)
tree775384ad220f5613c5e42df9c296ae87fb68166b /mkvlib
parent968e406a5674b43243c9003dc00871b411c1db29 (diff)
update mkvlib:typo
Diffstat (limited to 'mkvlib')
-rw-r--r--mkvlib/ass.go2
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)
}
}
}