]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/filed/acl.c
Fix typo
[bacula/bacula] / bacula / src / filed / acl.c
index 259b05cc88813db27eab696783c58391feb6f355..e1bc855e4aa80f1c40ce6a4d4ff29fab160c67c2 100644 (file)
@@ -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);