Mercurial > pidgin
changeset 29674:ba2b9a097da9
I hate seeing people use "it's" when "its" is the correct word.
author | John Bailey <rekkanoryo@rekkanoryo.org> |
---|---|
date | Sat, 03 Apr 2010 16:39:02 +0000 |
parents | 674d1b0272a7 |
children | 6d18b6221c5e |
files | configure.ac |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.ac Sat Apr 03 06:07:04 2010 +0000 +++ b/configure.ac Sat Apr 03 16:39:02 2010 +0000 @@ -1463,7 +1463,7 @@ done if test -z $DBUS_SERVICES_DIR ; then - AC_MSG_ERROR([D-Bus services directory was not found! Please use --with-dbus-services and specify it's location.]) + AC_MSG_ERROR([D-Bus services directory was not found! Please use --with-dbus-services and specify its location.]) fi else DBUS_SERVICES_DIR="$datadir/dbus-1/services"