diff options
| author | Mitchell Berger <mitchb@mit.edu> | 2001-06-20 05:01:37 +0000 |
|---|---|---|
| committer | Mitchell Berger <mitchb@mit.edu> | 2001-06-20 05:01:37 +0000 |
| commit | 19a8d2d04d02ce3a53cdfe237551e64b32cf521d (patch) | |
| tree | 130e10ead1ddf5491fd78372ffde9f67d3931ec8 /src/lib | |
| parent | bca864ef3407b7d0485aca800d8daebe61cddffc (diff) | |
| download | krb5-19a8d2d04d02ce3a53cdfe237551e64b32cf521d.tar.gz krb5-19a8d2d04d02ce3a53cdfe237551e64b32cf521d.tar.xz krb5-19a8d2d04d02ce3a53cdfe237551e64b32cf521d.zip | |
Fixed several typos in comments
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13399 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/kadm5/adb.h | 4 | ||||
| -rw-r--r-- | src/lib/kadm5/admin.h | 4 | ||||
| -rw-r--r-- | src/lib/kadm5/srv/adb_policy.c | 10 | ||||
| -rw-r--r-- | src/lib/kadm5/srv/svr_policy.c | 6 | ||||
| -rw-r--r-- | src/lib/kdb/kdb_xdr.c | 2 |
5 files changed, 13 insertions, 13 deletions
diff --git a/src/lib/kadm5/adb.h b/src/lib/kadm5/adb.h index 031f075de..0277aba07 100644 --- a/src/lib/kadm5/adb.h +++ b/src/lib/kadm5/adb.h @@ -1,6 +1,6 @@ /* - * Data Types for policys, and principal information that - * exist in the respective databases. + * Data Types for policy and principal information that + * exists in the respective databases. * * $Header$ * diff --git a/src/lib/kadm5/admin.h b/src/lib/kadm5/admin.h index fe21282fd..5df8f8ef9 100644 --- a/src/lib/kadm5/admin.h +++ b/src/lib/kadm5/admin.h @@ -34,7 +34,7 @@ typedef long kadm5_ret_t; (error_message(CHPASS_UTIL_NEW_PASSWORD_AGAIN_PROMPT)) /* - * Succsessfull return code + * Successful return code */ #define KADM5_OK 0 @@ -476,7 +476,7 @@ enum ovsec_kadm_saltmod { OVSEC_KADM_MOD_KEEP, OVSEC_KADM_MOD_V4, OVSEC_KADM_MO ((char *) error_message(CHPASS_UTIL_NEW_PASSWORD_AGAIN_PROMPT)) /* - * Succsessfull return code + * Successful return code */ #define OVSEC_KADM_OK 0 diff --git a/src/lib/kadm5/srv/adb_policy.c b/src/lib/kadm5/srv/adb_policy.c index 9f5065c2d..7403d31a7 100644 --- a/src/lib/kadm5/srv/adb_policy.c +++ b/src/lib/kadm5/srv/adb_policy.c @@ -78,7 +78,7 @@ osa_adb_ret_t osa_adb_close_policy(osa_adb_princ_t db) * * Arguments: * entry (input) pointer to the entry to be added - * <return value> OSA_ADB_OK on sucsess, else error code. + * <return value> OSA_ADB_OK on success, else error code. * * Requires: * entry have a valid name. @@ -153,7 +153,7 @@ error: * Arguments: * db (input) database handle * name (input) name of policy - * <return value> OSA_ADB_OK on sucsess, or error code. + * <return value> OSA_ADB_OK on success, or error code. * * Requires: * db being valid. @@ -211,7 +211,7 @@ error: * db (input) db handle * name (input) name of policy * entry (output) policy entry - * <return value> 0 on sucsess, error code on failure. + * <return value> 0 on success, error code on failure. * * Requires: * Effects: @@ -277,7 +277,7 @@ error: * Arguments: * db (input) db handle * entry (input) policy entry - * <return value> 0 on sucsess error code on failure. + * <return value> 0 on success error code on failure. * * Requires: * [requires] @@ -350,7 +350,7 @@ error: * db (input) db handle * func (input) fucntion pointer to call * data opaque data type - * <return value> 0 on sucsess error code on failure + * <return value> 0 on success error code on failure * * Requires: * Effects: diff --git a/src/lib/kadm5/srv/svr_policy.c b/src/lib/kadm5/srv/svr_policy.c index 74e252115..d03cfd0b6 100644 --- a/src/lib/kadm5/srv/svr_policy.c +++ b/src/lib/kadm5/srv/svr_policy.c @@ -29,7 +29,7 @@ static char *rcsid = "$Header$"; * entry (input) The policy entry to be written out to the DB. * mask (input) Specifies which fields in entry are to ge written out * and which get default values. - * <return value> 0 if sucsessfull otherwise an error code is returned. + * <return value> 0 if successful otherwise an error code is returned. * * Requires: * Entry must be a valid principal entry, and mask have a valid value. @@ -62,14 +62,14 @@ kadm5_create_policy(void *server_handle, * entry (input) The policy entry to be written out to the DB. * mask (input) Specifies which fields in entry are to ge written out * and which get default values. - * <return value> 0 if sucsessfull otherwise an error code is returned. + * <return value> 0 if successful otherwise an error code is returned. * * Requires: * Entry must be a valid principal entry, and mask have a valid value. * * Effects: * Writes the data to the database, and does a database sync if - * sucsessfull. + * successful. * */ diff --git a/src/lib/kdb/kdb_xdr.c b/src/lib/kdb/kdb_xdr.c index ebe8189f0..5573431c6 100644 --- a/src/lib/kdb/kdb_xdr.c +++ b/src/lib/kdb/kdb_xdr.c @@ -338,7 +338,7 @@ krb5_encode_princ_contents(context, content, entry) /* * Now we go through entry again, this time copying data - * These first entries are always saved regaurdless of version + * These first entries are always saved regardless of version */ nextloc = content->data; |
