SDL_PS2_MAIN.C: Correct spelling mistake untill -> until
diff --git a/src/main/ps2/SDL_ps2_main.c b/src/main/ps2/SDL_ps2_main.c
index 77ec4c5..6d5c43a 100644
--- a/src/main/ps2/SDL_ps2_main.c
+++ b/src/main/ps2/SDL_ps2_main.c
@@ -59,7 +59,7 @@ static void waitUntilDeviceIsReady(char *path)
while(ret != 0 && retries > 0) {
ret = stat(path, &buffer);
- /* Wait untill the device is ready */
+ /* Wait until the device is ready */
nopdelay();
retries--;