diff options
Diffstat (limited to 'src/dbusbind.c')
| -rw-r--r-- | src/dbusbind.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dbusbind.c b/src/dbusbind.c index 1c74180f15c..440142757ec 100644 --- a/src/dbusbind.c +++ b/src/dbusbind.c | |||
| @@ -422,7 +422,7 @@ xd_signature (char *signature, int dtype, int parent_type, Lisp_Object object) | |||
| 422 | case DBUS_TYPE_STRING: | 422 | case DBUS_TYPE_STRING: |
| 423 | case DBUS_TYPE_OBJECT_PATH: | 423 | case DBUS_TYPE_OBJECT_PATH: |
| 424 | case DBUS_TYPE_SIGNATURE: | 424 | case DBUS_TYPE_SIGNATURE: |
| 425 | /* We dont check the syntax of signature. This will be done by | 425 | /* We don't check the syntax of signature. This will be done by |
| 426 | libdbus. */ | 426 | libdbus. */ |
| 427 | if (dtype == DBUS_TYPE_OBJECT_PATH) | 427 | if (dtype == DBUS_TYPE_OBJECT_PATH) |
| 428 | XD_DBUS_VALIDATE_PATH (object) | 428 | XD_DBUS_VALIDATE_PATH (object) |
| @@ -748,7 +748,7 @@ xd_append_arg (int dtype, Lisp_Object object, DBusMessageIter *iter) | |||
| 748 | case DBUS_TYPE_STRING: | 748 | case DBUS_TYPE_STRING: |
| 749 | case DBUS_TYPE_OBJECT_PATH: | 749 | case DBUS_TYPE_OBJECT_PATH: |
| 750 | case DBUS_TYPE_SIGNATURE: | 750 | case DBUS_TYPE_SIGNATURE: |
| 751 | /* We dont check the syntax of signature. This will be done | 751 | /* We don't check the syntax of signature. This will be done |
| 752 | by libdbus. */ | 752 | by libdbus. */ |
| 753 | if (dtype == DBUS_TYPE_OBJECT_PATH) | 753 | if (dtype == DBUS_TYPE_OBJECT_PATH) |
| 754 | XD_DBUS_VALIDATE_PATH (object) | 754 | XD_DBUS_VALIDATE_PATH (object) |