summaryrefslogtreecommitdiff
path: root/man/sd_bus_message_append_basic.xml
diff options
context:
space:
mode:
authorRuben Kerkhof <ruben@rubenkerkhof.com>2014-08-30 17:13:16 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2014-08-30 13:46:07 -0400
commit06b643e7f5a3b79005dd57497897ab7255fe3659 (patch)
tree59905256b5b2b103caca2ef8bfc0e4d6df9aaf7c /man/sd_bus_message_append_basic.xml
parentb12942e67ecbea0b852d4ab8df1d34b04e9853f8 (diff)
downloadsystemd-06b643e7f5a3b79005dd57497897ab7255fe3659.tar.gz
Fix a few more typos
Diffstat (limited to 'man/sd_bus_message_append_basic.xml')
-rw-r--r--man/sd_bus_message_append_basic.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/sd_bus_message_append_basic.xml b/man/sd_bus_message_append_basic.xml
index da92020053..7c5f1e9ddc 100644
--- a/man/sd_bus_message_append_basic.xml
+++ b/man/sd_bus_message_append_basic.xml
@@ -95,7 +95,7 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>.
<row>
<entry><literal>y</literal></entry>
<entry><constant>SD_BUS_TYPE_BYTE</constant></entry>
- <entry>unsigned interger</entry>
+ <entry>unsigned integer</entry>
<entry>1 byte</entry>
</row>
@@ -200,7 +200,7 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>.
valid Unicode string encoded as UTF-8. In case of the two latter
types, the additional requirements for a D-Bus object path or
type signature should be satisfied. Those requirements should be
- verified by the recepient of the message.
+ verified by the recipient of the message.
</para>
</refsect1>