From 99393c388b7cdb7ca2f3646e038f9ef3fe9583df Mon Sep 17 00:00:00 2001 From: Marco van Wieringen Date: Wed, 7 Oct 2009 09:18:58 +0200 Subject: [PATCH] Fix typo --- bacula/src/filed/acl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5