From: Marco van Wieringen Date: Wed, 7 Oct 2009 07:18:58 +0000 (+0200) Subject: Fix typo X-Git-Tag: Release-7.0.0~2602^2~1^2~4^2~23 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=99393c388b7cdb7ca2f3646e038f9ef3fe9583df;p=bacula%2Fbacula Fix typo --- diff --git a/bacula/src/filed/acl.h b/bacula/src/filed/acl.h index fe389734fd..59af32d027 100644 --- a/bacula/src/filed/acl.h +++ b/bacula/src/filed/acl.h @@ -50,7 +50,7 @@ typedef enum { } bacl_type; /* - * This value is used as ostype when we encounter a invalid acl type. + * This value is used as ostype when we encounter an invalid acl type. * The way the code is build this should never happen. */ #if !defined(ACL_TYPE_NONE)