From 7a39b4ab97b31e0e88f7eefffd6f83df6b30e604 Mon Sep 17 00:00:00 2001 From: infirit Date: Mon, 10 Feb 2014 22:40:18 +0100 Subject: Fix PACKAGE_NAME typo in configure.ac --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 806008a..3616a59 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.53) -AC_INIT([mate-indicator-appler], [1.7.0], [https://github.com/mate-desktop/mate-indicator-applet/issues]) +AC_INIT([mate-indicator-applet], [1.7.0], [https://github.com/mate-desktop/mate-indicator-applet/issues]) AC_CONFIG_SRCDIR(src/applet-main.c) AM_CONFIG_HEADER(config.h) -- cgit v1.2.1