From 662c14e96ad85a7ce6b05b78a8c1ea8580189859 Mon Sep 17 00:00:00 2001 From: Marco van Wieringen Date: Sat, 14 May 2011 17:16:28 +0200 Subject: [PATCH] Fix typo --- bacula/src/filed/acl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bacula/src/filed/acl.c b/bacula/src/filed/acl.c index 259b05cc88..e1bc855e4a 100644 --- a/bacula/src/filed/acl.c +++ b/bacula/src/filed/acl.c @@ -682,7 +682,7 @@ static bacl_exit_code generic_get_acl_from_os(JCR *jcr, bacl_type acltype) #endif /** - * Convert the internal acl representation into an text representation. + * Convert the internal acl representation into a text representation. */ if ((acl_text = acl_to_text(acl, NULL)) != NULL) { jcr->acl_data->content_length = pm_strcpy(jcr->acl_data->content, acl_text); -- 2.39.5