Skip to content

Commit b51718e

Browse files
committed
fix typo :(
1 parent d7150f7 commit b51718e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resources/filters/common/authors.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ function processAuthorMeta(meta)
147147

148148
-- prefer to render 'authors' if it is available
149149
local authorsRaw = meta[kAuthor]
150-
if meta[kAUthors] then
150+
if meta[kAuthors] then
151151
authorsRaw = meta[kAuthors]
152152
end
153153

0 commit comments

Comments
 (0)