]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: Fix spelling mistake
authorPaul Barker <paul.barker@sancloud.com>
Thu, 16 Feb 2023 14:19:40 +0000 (14:19 +0000)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 16 Feb 2023 14:43:47 +0000 (15:43 +0100)
man/sd_bus_message_open_container.xml

index 89c75f0e91edc88481648ec8bfdbc76dce6dafbd..688f43227b190b99e79aed52262e24319a95e220 100644 (file)
@@ -93,7 +93,7 @@
     <function>sd_bus_message_exit_container()</function> may only be called after iterating through all
     members of the container, i.e. reading or skipping them. Use
     <citerefentry><refentrytitle>sd_bus_message_skip</refentrytitle><manvolnum>3</manvolnum></citerefentry>
-    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
     <function>sd_bus_message_exit_container()</function> without reading all members.</para>
   </refsect1>