diff options
author | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2024-01-31 23:53:48 +0000 |
---|---|---|
committer | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2024-01-31 23:53:48 +0000 |
commit | d39bd2c1388b520fcba9abed1932acacead60fba (patch) | |
tree | 96cfa2c8bed5cc66392f73ea9b3c1c584b5dbea2 /contrib/sendmail/libsmdb/smdb1.c | |
parent | 1f1b2286fd5ae4cd7f8e6412723201e92d28771a (diff) | |
parent | 850ef5ae11d69ea3381bd310f564f025fc8caea3 (diff) | |
download | src-d39bd2c1388b520fcba9abed1932acacead60fba.tar.gz src-d39bd2c1388b520fcba9abed1932acacead60fba.zip |
Diffstat (limited to 'contrib/sendmail/libsmdb/smdb1.c')
-rw-r--r-- | contrib/sendmail/libsmdb/smdb1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/sendmail/libsmdb/smdb1.c b/contrib/sendmail/libsmdb/smdb1.c index 85dc7fcaf74c..b5d7da3e57c5 100644 --- a/contrib/sendmail/libsmdb/smdb1.c +++ b/contrib/sendmail/libsmdb/smdb1.c @@ -423,7 +423,7 @@ smdb1_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 on the database if created. +** mode -- File permissions on the database if created. ** mode_mask -- Mode bits that must match on an existing database. ** sff -- Flags for safefile. ** type -- The type of database to open |