]> git.sur5r.net Git - bacula/bacula/commitdiff
Fix typo
authorMarco van Wieringen <mvw@planets.elm.net>
Sat, 14 May 2011 15:16:28 +0000 (17:16 +0200)
committerMarco van Wieringen <mvw@planets.elm.net>
Mon, 16 May 2011 14:21:33 +0000 (16:21 +0200)
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);