summaryrefslogtreecommitdiffstats
path: root/src/sbus/sssd_dbus.h
diff options
context:
space:
mode:
authorPavel Březina <pbrezina@redhat.com>2016-06-27 11:52:07 +0200
committerJakub Hrozek <jhrozek@redhat.com>2016-06-27 16:34:58 +0200
commit725c291ccfa46b08d2713133c227ac8d7203eb2f (patch)
tree6928287710b650cf87269cb8e817faf47d53a591 /src/sbus/sssd_dbus.h
parent2f75ad013f8410397e4efbf0adadc2e69621f12a (diff)
downloadsssd-725c291ccfa46b08d2713133c227ac8d7203eb2f.tar.gz
sssd-725c291ccfa46b08d2713133c227ac8d7203eb2f.tar.xz
sssd-725c291ccfa46b08d2713133c227ac8d7203eb2f.zip
SBUS: Fix typo in comment
Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>
Diffstat (limited to 'src/sbus/sssd_dbus.h')
-rw-r--r--src/sbus/sssd_dbus.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/sbus/sssd_dbus.h b/src/sbus/sssd_dbus.h
index 2fc8e36d8..170b16bf9 100644
--- a/src/sbus/sssd_dbus.h
+++ b/src/sbus/sssd_dbus.h
@@ -56,11 +56,13 @@ struct sbus_request;
/**
* Note: internal functions do not rely on the value of this constant to
- * simplify implementation. If this connstant change, some functions in
+ * simplify implementation. If this constant change, some functions in
* sssd_dbus_interface.c needs to be amended.
*/
#define SBUS_SUBTREE_SUFFIX "/*"
+
+
typedef int (*sbus_msg_handler_fn)(struct sbus_request *dbus_req,
void *handler_data);