From: Michal Privoznik Date: Fri, 15 May 2020 15:37:50 +0000 (+0200) Subject: virSecurityManagerRestoreImageLabel: Fix typo X-Git-Tag: v6.4.0-rc1~80 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=144dfe4215902b40a9d17fdb326054bbd8e07563;p=thirdparty%2Flibvirt.git virSecurityManagerRestoreImageLabel: Fix typo s/enther/enter/ in the function documentation. Signed-off-by: Michal Privoznik --- diff --git a/src/security/security_manager.c b/src/security/security_manager.c index 6bf297470c..2dea294784 100644 --- a/src/security/security_manager.c +++ b/src/security/security_manager.c @@ -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.