Cleanup: typo in print

This commit is contained in:
Philipp Oeser
2020-03-25 16:48:46 +01:00
parent 68e341e9d5
commit 59aaba739d

View File

@@ -267,7 +267,7 @@ DRWShadingGroup *workbench_image_setup_ex(WORKBENCH_PrivateData *wpd,
}
if (tex == NULL) {
printf("Image not foudn\n");
printf("Image not found\n");
tex = wpd->dummy_image_tx;
}