From 7a21728aedcaa31e78c08eb899c101bd28e24045 Mon Sep 17 00:00:00 2001 From: benfry Date: Sat, 13 Dec 2008 03:29:53 +0000 Subject: [PATCH] typos --- core/src/processing/core/PGraphics3D.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/processing/core/PGraphics3D.java b/core/src/processing/core/PGraphics3D.java index 8279674a5..248fac3ee 100644 --- a/core/src/processing/core/PGraphics3D.java +++ b/core/src/processing/core/PGraphics3D.java @@ -301,7 +301,7 @@ public class PGraphics3D extends PGraphics { /** - * Called in repsonse to a resize event, handles setting the + * Called in response to a resize event, handles setting the * new width and height internally, as well as re-allocating * the pixel buffer for the new size. *