diff options
Diffstat (limited to 'contrib/sendmail/libsmdb/smcdb.c')
-rw-r--r-- | contrib/sendmail/libsmdb/smcdb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/sendmail/libsmdb/smcdb.c b/contrib/sendmail/libsmdb/smcdb.c index 93b3bdf52323..32b271277c9e 100644 --- a/contrib/sendmail/libsmdb/smcdb.c +++ b/contrib/sendmail/libsmdb/smcdb.c @@ -409,7 +409,7 @@ smcdb_cursor(database, cursor, flags) ** Parameters: ** database -- An unallocated database pointer to a pointer. ** db_name -- The name of the database without extension. -** mode -- File permisions for a created database. +** mode -- File permissions for a created database. ** mode_mask -- Mode bits that must match on an opened database. ** sff -- Flags for safefile. ** type -- The type of database to open |