From: Marco van Wieringen Date: Sat, 14 May 2011 15:16:28 +0000 (+0200) Subject: Fix typo X-Git-Tag: Release-7.0.0~928 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=662c14e96ad85a7ce6b05b78a8c1ea8580189859;p=bacula%2Fbacula Fix typo --- 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);