Skip to content

Commit f311d56

Browse files
committed
fix found -> find
1 parent 39d3544 commit f311d56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/src/org/renpy/android/SDLSurfaceView.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@ public void run() {
577577
ConfigChooser chooser = new ConfigChooser(5, 6, 5, 0, 0, 8);
578578
mEglConfig = chooser.chooseConfig(mEgl, mEglDisplay);
579579
} else {
580-
Log.e(TAG, "Unable to found a correct surface for this device !");
580+
Log.e(TAG, "Unable to find a correct surface for this device !");
581581
break;
582582
}
583583

0 commit comments

Comments
 (0)