man: fix sysupdate typos
authorAnita Zhang <the.anitazha@gmail.com>
Mon, 21 Mar 2022 15:53:35 +0000 (11:53 -0400)
committerLuca Boccassi <luca.boccassi@gmail.com>
Mon, 21 Mar 2022 20:06:13 +0000 (20:06 +0000)
man/systemd-sysupdate.xml

index 81f57e8b5227f8251fd7afac361389847c40f436..77c1635b9d9817e361ff5d9dfbe8070cbe295635 100644 (file)
@@ -44,9 +44,9 @@
     <para>This tool implements file, directory, or partition based update schemes, supporting multiple
     parallel installed versions of specific resources in an A/B (or even: A/B/C, A/B/C/D/, …) style. A/B
     updating means that when one version of a resource is currently being used, the next version can be
-    downloaded, unpacked, and prepared in an entirely separate location, indepdently of the first, and — once
+    downloaded, unpacked, and prepared in an entirely separate location, independently of the first, and — once
     complete — be activated, swapping the roles so that it becomes the used one and the previously used one
-    becomes the the one that is replaced by the next update, and so on. The resources to update are defined
+    becomes the one that is replaced by the next update, and so on. The resources to update are defined
     in transfer files, one for each resource to be updated. For example, resources that may be updated with
     this tool could be: a root file system partition, a matching Verity partition plus one kernel image. The
     combination of the three would be considered a complete OS update.</para>