]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
virSecurityManagerRestoreImageLabel: Fix typo
authorMichal Privoznik <mprivozn@redhat.com>
Fri, 15 May 2020 15:37:50 +0000 (17:37 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Fri, 15 May 2020 15:42:38 +0000 (17:42 +0200)
s/enther/enter/ in the function documentation.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
src/security/security_manager.c

index 6bf297470ce4b9ba6f4d5a3276a61c8b56e5582a..2dea2947844ec1d2b024ab6482432ba78aef9102 100644 (file)
@@ -451,7 +451,7 @@ virSecurityManagerRestoreImageLabel(virSecurityManagerPtr mgr,
  * If @dst is NULL then metadata is removed from @src and not
  * stored anywhere.
  *
- * If @pid is not -1 enther the @pid mount namespace (usually
+ * If @pid is not -1 enter the @pid mount namespace (usually
  * @pid refers to a domain) and perform the move from there. If
  * @pid is -1 then the move is performed from the caller's
  * namespace.