Fixed several typos in comments
authorMitchell Berger <mitchb@mit.edu>
Wed, 20 Jun 2001 05:01:37 +0000 (05:01 +0000)
committerMitchell Berger <mitchb@mit.edu>
Wed, 20 Jun 2001 05:01:37 +0000 (05:01 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13399 dc483132-0cff-0310-8789-dd5450dbe970

src/include/krb5/kdb.h
src/kadmin/server/misc.c
src/kadmin/server/ovsec_kadmd.c
src/lib/kadm5/adb.h
src/lib/kadm5/admin.h
src/lib/kadm5/srv/adb_policy.c
src/lib/kadm5/srv/svr_policy.c
src/lib/kdb/kdb_xdr.c

index fc20b876629875575a07c8034f95b50f6f59fa0d..58b0275cebfe7464ec279ff212e32eeee44d6d8f 100644 (file)
@@ -369,7 +369,7 @@ typedef struct _krb5_db_entry {
     krb5_int32 expansion[8];
 } krb5_db_entry_OLD;
 
-#endif /* OLD_AND_KRUFTY */
+#endif /* KRB5_OLD_AND_KRUFTY */
 
 /* This is now a structure that is private to the database backend. */
 #ifdef notdef
index ea0e4ce80127d99b5fce55e1f5e73d6a5593c3ec..61bed42d3a366461f315c2e8f8a9d8659a4511b7 100644 (file)
@@ -23,8 +23,8 @@ static char *rcsid = "$Header$";
  * Arguments:
  *     principal       (input) krb5_principals whose password we are
  *                             changing
- *     passoword       (input) passowrd we are going to change to.
- *     <return value>  0 on sucsess error code on failure.
+ *     passoword       (input) password we are going to change to.
+ *     <return value>  0 on success error code on failure.
  *
  * Requires:
  *     kadm5_init to have been run.
index dade23a4c6d2f99d68dc02e7919577c2eb53a951..f145de7c603598d5c14e44458d9e504ca0eccb7f 100644 (file)
@@ -1104,10 +1104,3 @@ cleanup:
     return;
 }
 
-
-
-
-
-
-
-
index 031f075de73de372c948806b6e5006dfb9609e30..0277aba0751ffc00e9e92e0239da166e27b12f92 100644 (file)
@@ -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$
  *
index fe21282fd0b8f3158b570d0da0ac4f0c39989523..5df8f8ef9e5ddc49b67c69a29fa0ec5eceab053e 100644 (file)
@@ -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
  
index 9f5065c2df3b50f9f5a031a8d24050fc9546dfd7..7403d31a790ac04074e7cc410d6fc4483304af4d 100644 (file)
@@ -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:
index 74e25211574ced0250c2653a35594ba053e8a56f..d03cfd0b67910f8c0efdf0777170ef72841f779d 100644 (file)
@@ -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.
  *
  */
 
index ebe8189f03ccab1a47f581d120ea7472c188e0a8..5573431c6d93d34f1ea3c117b5c9b9e600c6408b 100644 (file)
@@ -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;