Merge pull request #220 from abehaskins/patch-1

Singelton -> Singleton
This commit is contained in:
Rémi Verschelde 2016-08-10 19:19:37 +02:00 committed by GitHub
commit 6f795d4295
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ to config.py:
def configure(env):
if env['platform'] == 'android':
# will copy this to the java folder
env.android_add_java_dir("Directory that contain MySingelton.java")
env.android_add_java_dir("Directory that contain MySingleton.java")