diff --git a/processing/app/PdeEditor.java b/processing/app/PdeEditor.java index ad5b91a21..781f2f82a 100644 --- a/processing/app/PdeEditor.java +++ b/processing/app/PdeEditor.java @@ -1400,7 +1400,7 @@ afterwards, some of these steps need a cleanup function ps.println(""); ps.println(""); - ps.println("" + exportSketchName + " : Built with Proce55ing"); + ps.println("" + exportSketchName + " : Built with Processing"); ps.println(""); ps.println(""); ps.println("
"); @@ -1419,7 +1419,7 @@ afterwards, some of these steps need a cleanup function ps.println(" Source code"); ps.println(" "); ps.println(" "); - ps.println(" Built with Proce55ing"); + ps.println(" Built with Processing"); ps.println(" "); ps.println(" "); ps.println("
");