diff options
author | infirit <[email protected]> | 2014-02-10 22:40:18 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-02-10 22:40:18 +0100 |
commit | 7a39b4ab97b31e0e88f7eefffd6f83df6b30e604 (patch) | |
tree | 3f54267db67974009626bf2a3d973f68e801c638 | |
parent | 952ef10ae4bfc955f322f00ad224f51ed17245ff (diff) | |
download | mate-indicator-applet-1.7.0.tar.bz2 mate-indicator-applet-1.7.0.tar.xz |
Fix PACKAGE_NAME typo in configure.acmate-indicator-applet-1.7.0
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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) |