Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Oeser <info@graphics-engineer.com>2020-03-25 18:48:46 +0300
committerPhilipp Oeser <info@graphics-engineer.com>2020-03-25 18:52:04 +0300
commit59aaba739dfa6103320ce1414dad120231493bfa (patch)
treea7464912f848b2c3034e488a174c1d598165dc56 /source/blender/draw
parent68e341e9d59ae917eba992591f4f60660f6c58ff (diff)
Cleanup: typo in print
Diffstat (limited to 'source/blender/draw')
-rw-r--r--source/blender/draw/engines/workbench/workbench_materials.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/draw/engines/workbench/workbench_materials.c b/source/blender/draw/engines/workbench/workbench_materials.c
index 45f14c52ec5..a2abecb679f 100644
--- a/source/blender/draw/engines/workbench/workbench_materials.c
+++ b/source/blender/draw/engines/workbench/workbench_materials.c
@@ -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;
}