[gnome-builder] autotools plugin: fix typo
- From: Sébastien Lafargue <slafargue src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] autotools plugin: fix typo
- Date: Tue, 6 Mar 2018 18:04:03 +0000 (UTC)
commit ac97fc6a3c335eb55809b2d678e202f906fbd9c0
Author: Sebastien Lafargue <slafargue gnome org>
Date: Tue Mar 6 19:02:29 2018 +0100
autotools plugin: fix typo
src/plugins/autotools/ide-autotools-build-target-provider.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/plugins/autotools/ide-autotools-build-target-provider.c
b/src/plugins/autotools/ide-autotools-build-target-provider.c
index 3973e27af..d17a8c028 100644
--- a/src/plugins/autotools/ide-autotools-build-target-provider.c
+++ b/src/plugins/autotools/ide-autotools-build-target-provider.c
@@ -101,7 +101,7 @@ ide_autotools_build_target_provider_get_targets_async (IdeBuildTargetProvider *p
g_task_return_new_error (task,
G_IO_ERROR,
G_IO_ERROR_NOT_SUPPORTED,
- "Not a meson build system, ignoring");
+ "Not a autotools build system, ignoring");
IDE_EXIT;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]