diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2011-06-10 16:45:34 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2011-07-28 11:05:43 +0100 |
commit | 638828526a9e7e4ff790c8949c65f3ee80a2cc79 (patch) | |
tree | 404090ec3c956eb5e19aaccb9a2cc692dfabafa9 /dbus | |
parent | 2c776890bf179e2abb044f98d379baf5417c07a8 (diff) | |
download | dbus-638828526a9e7e4ff790c8949c65f3ee80a2cc79.tar.gz |
Fix spelling/grammatical mistakes detected by Debian's lintian(1)
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=38284
Reviewed-by: Lennart Poettering <lennart@poettering.net>
Diffstat (limited to 'dbus')
-rw-r--r-- | dbus/dbus-auth.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dbus/dbus-auth.c b/dbus/dbus-auth.c index 270d85e4..d2c37a7a 100644 --- a/dbus/dbus-auth.c +++ b/dbus/dbus-auth.c @@ -2067,7 +2067,7 @@ handle_client_state_waiting_for_agree_unix_fd(DBusAuth *auth, case DBUS_AUTH_COMMAND_AGREE_UNIX_FD: _dbus_assert(auth->unix_fd_possible); auth->unix_fd_negotiated = TRUE; - _dbus_verbose("Sucessfully negotiated UNIX FD passing\n"); + _dbus_verbose("Successfully negotiated UNIX FD passing\n"); return send_begin (auth); case DBUS_AUTH_COMMAND_ERROR: @@ -2794,7 +2794,7 @@ _dbus_auth_set_unix_fd_possible(DBusAuth *auth, dbus_bool_t b) } /** - * Queries whether unix fd passing was sucessfully negotiated. + * Queries whether unix fd passing was successfully negotiated. * * @param auth the auth conversion * @returns #TRUE when unix fd passing was negotiated. |