Skip to content

Commit 1bf002d

Browse files
authored
Merge pull request kivy#1880 from JensGe/develop
Typo
2 parents e494c25 + 3ce5278 commit 1bf002d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonforandroid/recipes/android/src/android/permissions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def autoclass(item):
1111
class Permission:
1212
ACCEPT_HANDOVER = "android.permission.ACCEPT_HANDOVER"
1313
ACCESS_COARSE_LOCATION = "android.permission.ACCESS_COARSE_LOCATION"
14-
ACCESS_FINE_LOCATION = "android.permisssion.ACCESS_FINE_LOCATION"
14+
ACCESS_FINE_LOCATION = "android.permission.ACCESS_FINE_LOCATION"
1515
ACCESS_LOCATION_EXTRA_COMMANDS = (
1616
"android.permission.ACCESS_LOCATION_EXTRA_COMMANDS"
1717
)

0 commit comments

Comments
 (0)