Skip to content

Commit f585b14

Browse files
lewurmgrendello
authored andcommitted
[monodroid-glue] fix typo (#190)
1 parent a2698c2 commit f585b14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/monodroid/jni/monodroid-glue.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2931,7 +2931,7 @@ register_packages (MonoDomain *domain, JNIEnv *env, jobjectArray assemblies)
29312931
a = mono.mono_domain_assembly_open (domain, basename);
29322932
if (a == NULL) {
29332933
log_fatal (LOG_ASSEMBLY, "Could not load assembly '%s' during startup registration.", basename);
2934-
log_fatal (LOG_ASSEMBLY, "This might be due to an invalid debug instalation.");
2934+
log_fatal (LOG_ASSEMBLY, "This might be due to an invalid debug installation.");
29352935
log_fatal (LOG_ASSEMBLY, "A common cause is to 'adb install' the app directly instead of doing from the IDE.");
29362936
exit (FATAL_EXIT_MISSING_ASSEMBLY);
29372937
}

0 commit comments

Comments
 (0)