summaryrefslogtreecommitdiffstats
path: root/common/elapi/elapi_event.h
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2009-09-17 12:00:06 +0200
committerStephen Gallagher <sgallagh@redhat.com>2009-09-21 10:35:11 -0400
commit3d4cc7656f62e893d2da12722e14dd475e60b512 (patch)
tree61258a50cad4c5dc9e0ef44c86cd59ead070455a /common/elapi/elapi_event.h
parent8c50bd085c0efe5fde354deee2c8118887aae29d (diff)
downloadsssd-3d4cc7656f62e893d2da12722e14dd475e60b512.tar.gz
sssd-3d4cc7656f62e893d2da12722e14dd475e60b512.tar.xz
sssd-3d4cc7656f62e893d2da12722e14dd475e60b512.zip
ELAPI: fix varargs call, update unit tests
Diffstat (limited to 'common/elapi/elapi_event.h')
-rw-r--r--common/elapi/elapi_event.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/elapi/elapi_event.h b/common/elapi/elapi_event.h
index 27c297b18..dfaba771b 100644
--- a/common/elapi/elapi_event.h
+++ b/common/elapi/elapi_event.h
@@ -116,7 +116,7 @@
* the event is created so initializing them
* does not make sense unless you use the base
* that does not include them.
- * The list of key value pairs should be terminated by special
+ * The list of key value pairs MUST be terminated by special
* argument E_EOARG.
*/
int elapi_create_event_template(struct collection_item **template,