Skip to content

Commit 628d59f

Browse files
committed
Fix typo
1 parent bef6361 commit 628d59f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/models/auto/image_processing_auto.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export class AutoImageProcessor {
1818
if (!image_processor_class) {
1919
if (key !== undefined) {
2020
// Only log a warning if the class is not found and the key is set.
21-
console.warn(`Image rocessor type '${key}' not found, assuming base ImageProcessor. Please report this at ${GITHUB_ISSUE_URL}.`)
21+
console.warn(`Image processor type '${key}' not found, assuming base ImageProcessor. Please report this at ${GITHUB_ISSUE_URL}.`)
2222
}
2323
image_processor_class = ImageProcessor;
2424
}

0 commit comments

Comments
 (0)