aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-10-01 11:59:49 -0500
committerTed Gould <ted@canonical.com>2009-10-01 11:59:49 -0500
commit4c6ddcee5e750b52977e431a045096e47e18121e (patch)
treec37d42a41a6ef8be53bf9c9e428b2d2b3900158d
parentbabe1961041c9c09ec16dd2e8010c7adb1f79ba7 (diff)
parent6ac0afb5f72cad7ec7f4bf2c123ae587eae0e54f (diff)
downloadlibdbusmenu-4c6ddcee5e750b52977e431a045096e47e18121e.tar.gz
libdbusmenu-4c6ddcee5e750b52977e431a045096e47e18121e.tar.bz2
libdbusmenu-4c6ddcee5e750b52977e431a045096e47e18121e.zip
Typo
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog6
2 files changed, 7 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 00085b3..3e3b4fd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -90,7 +90,7 @@ AM_GLIB_GNU_GETTEXT
with_massivedebugging="no"
AC_ARG_ENABLE(massivedebugging, AS_HELP_STRING([--enable-massivedebugging], [Print out so much information your brain will hurt]), with_massivedebugging=$enableval, with_massivedebugging=no)
if test "x$with_massivedebugging" = "xyes"; then
- AC_DEFINE([MASSIVEDBUGGING], [1], [Print everyting])
+ AC_DEFINE([MASSIVEDEBUGGING], [1], [Print everyting])
fi
###########################
diff --git a/debian/changelog b/debian/changelog
index 63faba0..41f1e0e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libdbusmenu (0.1.5-0ubuntu1~ppa2~bugfix2) UNRELEASED; urgency=low
+
+ * Typo
+
+ -- Ted Gould <ted@ubuntu.com> Thu, 01 Oct 2009 11:59:36 -0500
+
libdbusmenu (0.1.5-0ubuntu1~ppa2~bugfix1) karmic; urgency=low
* Adding stuff, mostly debugging info