From 144dfe4215902b40a9d17fdb326054bbd8e07563 Mon Sep 17 00:00:00 2001 From: Michal Privoznik Date: Fri, 15 May 2020 17:37:50 +0200 Subject: [PATCH] virSecurityManagerRestoreImageLabel: Fix typo s/enther/enter/ in the function documentation. Signed-off-by: Michal Privoznik --- src/security/security_manager.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.