From: Paul Barker Date: Thu, 16 Feb 2023 14:19:40 +0000 (+0000) Subject: man: Fix spelling mistake X-Git-Tag: v254-rc1~1266 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7f9a6295c35ce14e6a627f3208784d1912f6a837;p=thirdparty%2Fsystemd.git man: Fix spelling mistake --- diff --git a/man/sd_bus_message_open_container.xml b/man/sd_bus_message_open_container.xml index 89c75f0e91e..688f43227b1 100644 --- a/man/sd_bus_message_open_container.xml +++ b/man/sd_bus_message_open_container.xml @@ -93,7 +93,7 @@ sd_bus_message_exit_container() may only be called after iterating through all members of the container, i.e. reading or skipping them. Use sd_bus_message_skip3 - to skip over felds of a container in order to be able to exit the container with + to skip over fields of a container in order to be able to exit the container with sd_bus_message_exit_container() without reading all members.