kdbus: fix 'canceled' typo
authorDavid Herrmann <dh.herrmann@gmail.com>
Thu, 10 Apr 2014 19:40:30 +0000 (21:40 +0200)
committerDavid Herrmann <dh.herrmann@gmail.com>
Thu, 10 Apr 2014 19:40:30 +0000 (21:40 +0200)
'canceled' -> 'cancelled'

Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
kdbus.h

diff --git a/kdbus.h b/kdbus.h
index 174a1c32367416c0bc4f99d07a53dfefaababcef..af5e243aebccb19b749a131a1a934ebda27cbabd 100644 (file)
--- a/kdbus.h
+++ b/kdbus.h
@@ -922,7 +922,7 @@ enum kdbus_ioctl_type {
  *                     size.
  * @ENOBUFS:           There is no space left for the submitted data to fit
  *                     into the receiver's pool.
- * @ENOENT:            The to be canceled message was not found.
+ * @ENOENT:            The to be cancelled message was not found.
  * @ENOMEM:            Out of memory.
  * @ENOMSG:            The queue is not empty, but no message with a matching
  *                     priority is currently queued.