diff --git a/server/models/video/sql/video/videos-id-list-query-builder.ts b/server/models/video/sql/video/videos-id-list-query-builder.ts index 19aff631d..09cb791db 100644 --- a/server/models/video/sql/video/videos-id-list-query-builder.ts +++ b/server/models/video/sql/video/videos-id-list-query-builder.ts @@ -186,7 +186,7 @@ export class VideosIdListQueryBuilder extends AbstractRunQuery { if (options.privacyOneOf) { this.wherePrivacyOneOf(options.privacyOneOf) } else { - // Only list videos with the appropriate priavcy + // Only list videos with the appropriate privacy this.wherePrivacyAvailable(options.user) }