diff options
| author | Glenn Morris | 2018-02-16 16:33:36 -0500 |
|---|---|---|
| committer | Glenn Morris | 2018-02-16 16:33:36 -0500 |
| commit | 9ab3df197f1ee7f23df30f554209b863369f06ee (patch) | |
| tree | 7a36bd8eb04f44ef57f78f0c8d8300423fb274ee /src/dbusbind.c | |
| parent | 66a4e651f3cf38c320d1a9d5ae6f88dcc641792b (diff) | |
| download | emacs-9ab3df197f1ee7f23df30f554209b863369f06ee.tar.gz emacs-9ab3df197f1ee7f23df30f554209b863369f06ee.zip | |
; Fix doc typos related to indefinite articles
Diffstat (limited to 'src/dbusbind.c')
| -rw-r--r-- | src/dbusbind.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dbusbind.c b/src/dbusbind.c index 63dda583529..ec3707d18f3 100644 --- a/src/dbusbind.c +++ b/src/dbusbind.c | |||
| @@ -1401,7 +1401,7 @@ usage: (dbus-message-internal &rest REST) */) | |||
| 1401 | 1401 | ||
| 1402 | if ((mtype == DBUS_MESSAGE_TYPE_ERROR) | 1402 | if ((mtype == DBUS_MESSAGE_TYPE_ERROR) |
| 1403 | && (!dbus_message_set_error_name (dmessage, DBUS_ERROR_FAILED))) | 1403 | && (!dbus_message_set_error_name (dmessage, DBUS_ERROR_FAILED))) |
| 1404 | XD_SIGNAL1 (build_string ("Unable to create a error message")); | 1404 | XD_SIGNAL1 (build_string ("Unable to create an error message")); |
| 1405 | } | 1405 | } |
| 1406 | 1406 | ||
| 1407 | /* Check for timeout parameter. */ | 1407 | /* Check for timeout parameter. */ |