From 627e0d2421c3a358ba1b34fbb466669ec3dd5008 Mon Sep 17 00:00:00 2001 From: Bernhard Urban Date: Mon, 29 Aug 2016 10:26:27 +0200 Subject: [PATCH] [monodroid-glue] fix typo --- src/monodroid/jni/monodroid-glue.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/monodroid/jni/monodroid-glue.c b/src/monodroid/jni/monodroid-glue.c index df6601141a9..0d389305c79 100644 --- a/src/monodroid/jni/monodroid-glue.c +++ b/src/monodroid/jni/monodroid-glue.c @@ -2931,7 +2931,7 @@ register_packages (MonoDomain *domain, JNIEnv *env, jobjectArray assemblies) a = mono.mono_domain_assembly_open (domain, basename); if (a == NULL) { log_fatal (LOG_ASSEMBLY, "Could not load assembly '%s' during startup registration.", basename); - log_fatal (LOG_ASSEMBLY, "This might be due to an invalid debug instalation."); + log_fatal (LOG_ASSEMBLY, "This might be due to an invalid debug installation."); log_fatal (LOG_ASSEMBLY, "A common cause is to 'adb install' the app directly instead of doing from the IDE."); exit (FATAL_EXIT_MISSING_ASSEMBLY); }