diff options
| author | Stefan Kangas | 2022-11-20 12:59:39 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2022-11-20 12:59:39 +0100 |
| commit | 16318bfb518aa7bc06e502e6fad7e53ec91067f9 (patch) | |
| tree | e27122c0a061762bc483ed245ca62ac8d957f881 /src/dbusbind.c | |
| parent | 6082ab9697fa8c18e9049d24840d07efe6f95625 (diff) | |
| download | emacs-16318bfb518aa7bc06e502e6fad7e53ec91067f9.tar.gz emacs-16318bfb518aa7bc06e502e6fad7e53ec91067f9.zip | |
; Fix typos
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) |