From 7f9a6295c35ce14e6a627f3208784d1912f6a837 Mon Sep 17 00:00:00 2001 From: Paul Barker Date: Thu, 16 Feb 2023 14:19:40 +0000 Subject: [PATCH] man: Fix spelling mistake --- man/sd_bus_message_open_container.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/sd_bus_message_open_container.xml b/man/sd_bus_message_open_container.xml index 89c75f0e91..688f43227b 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. -- 2.25.1