Description: Fixing typo
Author: Fabrizio Regalli <fabreg@fabreg.it>
Last-Update: 2011-07-05
Forwarded: no

--- a/dbus-c++/src/interface.cpp
+++ b/dbus-c++/src/interface.cpp
@@ -100,7 +100,7 @@
 	if (pti != _properties.end())
 	{
 		if (!pti->second.write)
-			throw ErrorAccessDenied("property is not writeable");
+			throw ErrorAccessDenied("property is not writable");
 
 		Signature sig = value.signature();
 
--- a/dbus-c++/install-sh
+++ b/dbus-c++/install-sh
@@ -347,7 +347,7 @@
 	      if test -z "$dir_arg" || {
 		   # Check for POSIX incompatibilities with -m.
 		   # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or
-		   # other-writeable bit of parent directory when it shouldn't.
+		   # other-writable bit of parent directory when it shouldn't.
 		   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
 		   ls_ld_tmpdir=`ls -ld "$tmpdir"`
 		   case $ls_ld_tmpdir in
--- a/build-aux/install-sh
+++ b/build-aux/install-sh
@@ -347,7 +347,7 @@
 	      if test -z "$dir_arg" || {
 		   # Check for POSIX incompatibilities with -m.
 		   # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or
-		   # other-writeable bit of parent directory when it shouldn't.
+		   # other-writable bit of parent directory when it shouldn't.
 		   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
 		   ls_ld_tmpdir=`ls -ld "$tmpdir"`
 		   case $ls_ld_tmpdir in
