diff options
author | Niels Provos <provos@cvs.openbsd.org> | 2000-11-10 15:33:16 +0000 |
---|---|---|
committer | Niels Provos <provos@cvs.openbsd.org> | 2000-11-10 15:33:16 +0000 |
commit | 5e5c20b4986d64cf4b989750655ce99a581ee745 (patch) | |
tree | 454d7edecf7d8c42395d523edcb4da46a285da42 /usr.sbin/httpd | |
parent | fa37968b43055a44587325acd7d958a96fc4e5a7 (diff) |
seperate -> separate, okay aaron@
Diffstat (limited to 'usr.sbin/httpd')
-rw-r--r-- | usr.sbin/httpd/src/modules/experimental/mod_auth_digest.c | 2 | ||||
-rw-r--r-- | usr.sbin/httpd/src/modules/ssl/ssl_util_sdbm.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/httpd/src/modules/experimental/mod_auth_digest.c b/usr.sbin/httpd/src/modules/experimental/mod_auth_digest.c index d22cde9d8f4..d62cd50e907 100644 --- a/usr.sbin/httpd/src/modules/experimental/mod_auth_digest.c +++ b/usr.sbin/httpd/src/modules/experimental/mod_auth_digest.c @@ -1077,7 +1077,7 @@ static client_entry *gen_client(const request_rec *r) { return NULL; } * You must implement this yourself, and will probably consist of code * contacting the password server and retrieving the hash from it. * - * TBD: This function should probably be in a seperate source file so that + * TBD: This function should probably be in a separate source file so that * people need not modify mod_auth_digest.c each time they install a new version * of apache. */ diff --git a/usr.sbin/httpd/src/modules/ssl/ssl_util_sdbm.c b/usr.sbin/httpd/src/modules/ssl/ssl_util_sdbm.c index 5ed60d05e6e..18f894e32c0 100644 --- a/usr.sbin/httpd/src/modules/ssl/ssl_util_sdbm.c +++ b/usr.sbin/httpd/src/modules/ssl/ssl_util_sdbm.c @@ -146,7 +146,7 @@ register int mode; if (file == NULL || !*file) return errno = EINVAL, (DBM *) NULL; /* - * need space for two seperate filenames + * need space for two separate filenames */ n = strlen(file) * 2 + strlen(DIRFEXT) + strlen(PAGFEXT) + 2; |