From dd2b607b7d1ce355e93f9f71cd256ec20b8ae9c4 Mon Sep 17 00:00:00 2001 From: Thomas Hindoe Paaboel Andersen Date: Sat, 25 Jul 2015 23:15:05 +0200 Subject: man: typo fixes --- man/sd_bus_message_append_array.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'man/sd_bus_message_append_array.xml') diff --git a/man/sd_bus_message_append_array.xml b/man/sd_bus_message_append_array.xml index 034466bf9c..37cadb9d0f 100644 --- a/man/sd_bus_message_append_array.xml +++ b/man/sd_bus_message_append_array.xml @@ -49,7 +49,7 @@ sd_bus_message_append_array_iovec sd_bus_message_append_array_space - Appaned an array of fields to a D-Bus + Append an array of fields to a D-Bus message @@ -125,7 +125,7 @@ m, similar to sd_bus_message_append_array(). The contents of the memory file descriptor memfd - starting at the specified offset and and of the specified size is + starting at the specified offset and of the specified size is used as the contents of the array. The offset and size must be a multiple of the size of the type type. However, as a special exception, if @@ -173,7 +173,7 @@ p. The caller should subsequently write the array contents to this memory. Modifications of the memory pointed to should only occur until the next operation on the bus - message is invoked, most imporantly the memory should not be + message is invoked, most importantly the memory should not be altered anymore when another field has been added to the message or the message has been sealed. @@ -182,7 +182,7 @@ Return Value On success, these calls return 0 or a positive integer. On - failure, they returns a negative errno-style error code. + failure, they return a negative errno-style error code. -- cgit v1.2.3-54-g00ecf