]> git.sur5r.net Git - bacula/bacula/commitdiff
Fix typo
authorMarco van Wieringen <mvw@planets.elm.net>
Wed, 7 Oct 2009 07:18:58 +0000 (09:18 +0200)
committerMarco van Wieringen <mvw@planets.elm.net>
Wed, 7 Oct 2009 07:18:58 +0000 (09:18 +0200)
bacula/src/filed/acl.h

index fe389734fd4ba18ba7ca457e9f38a54fc1061e8e..59af32d027223d5a50211954da000f383ba27806 100644 (file)
@@ -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)