[Libguestfs] [PATCH] drives: Typo fix

Eric Blake eblake at redhat.com
Sat Sep 7 19:47:49 UTC 2019


Favor 'atomically' over 'atomicly'.

Signed-off-by: Eric Blake <eblake at redhat.com>
---

I don't have push rights in libguestfs (yet?)

Several .po files have the same typo, but I think they get updated
mechanically, so I didn't bother to change them.

 lib/drives.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/drives.c b/lib/drives.c
index 82ef30093..5a8d29ab4 100644
--- a/lib/drives.c
+++ b/lib/drives.c
@@ -1064,7 +1064,7 @@ guestfs_impl_remove_drive (guestfs_h *g, const char *label)

 /**
  * Checkpoint and roll back drives, so that groups of drives can be
- * added atomicly.  Only used by L<guestfs(3)/guestfs_add_domain>.
+ * added atomically.  Only used by L<guestfs(3)/guestfs_add_domain>.
  */
 size_t
 guestfs_int_checkpoint_drives (guestfs_h *g)
-- 
2.21.0




More information about the Libguestfs mailing list