From 122d9d21003a4b5fd6e4c59a849511fdf66c3d85 Mon Sep 17 00:00:00 2001 From: Jacob Ward Date: Wed, 25 Oct 2017 11:04:42 -0600 Subject: [PATCH] Correct spelling of "Please" Fixes #117 --- src/processing/sound/SoundFile.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/processing/sound/SoundFile.java b/src/processing/sound/SoundFile.java index 0e75276..cc67ab9 100644 --- a/src/processing/sound/SoundFile.java +++ b/src/processing/sound/SoundFile.java @@ -60,7 +60,7 @@ public SoundFile(PApplet theParent, String path) { m_info = m_engine.soundFileInfo(m_filePath); } else { - System.out.println("Error: Soundfile doesn't exist. Pleae check path"); + System.out.println("Error: Soundfile doesn't exist. Please check path"); } //m_panBusId = m_engine.soundFileConstructMono(); m_panBusId = m_engine.busConstructMono();