s/unsued/unused/g

This commit is contained in:
Liam Middlebrook
2014-09-17 20:19:01 -04:00
parent bd82c946e9
commit 2771bf35a2

View File

@@ -754,7 +754,7 @@ public class PShader implements PConstants {
} else {
PGraphics.showWarning("The shader doesn't have a uniform called \"" +
name + "\" OR the uniform was removed during" +
"compilation because it was unsued.");
"compilation because it was unused.");
}
}