Minor typo/grammar fixes
authorQuanah Gibson-Mount <quanah@symas.com>
Fri, 10 Mar 2017 20:37:16 +0000 (12:37 -0800)
committerRoland C. Dowdeswell <elric@imrryr.org>
Fri, 10 Mar 2017 20:47:43 +0000 (15:47 -0500)
34 files changed:
appl/dceutils/k5dcecon.c
kuser/klist.c
lib/gssapi/krb5/test_sequence.c
lib/hx509/cms.c
lib/hx509/print.c
lib/kdfs/k5dfspag.c
tests/can/check-can.in
tests/db/add-modify-delete.in
tests/db/check-aliases.in
tests/db/loaddump-db.in
tests/gss/check-basic.in
tests/gss/check-context.in
tests/gss/check-gssmask.in
tests/gss/check-ntlm.in
tests/gss/check-spnego.in
tests/kdc/check-canon.in
tests/kdc/check-cc.in
tests/kdc/check-delegation.in
tests/kdc/check-des.in
tests/kdc/check-digest.in
tests/kdc/check-fast.in
tests/kdc/check-hdb-mitdb.in
tests/kdc/check-iprop.in
tests/kdc/check-kadmin.in
tests/kdc/check-kdc.in
tests/kdc/check-keys.in
tests/kdc/check-kinit.in
tests/kdc/check-kpasswdd.in
tests/kdc/check-pkinit.in
tests/kdc/check-referral.in
tests/kdc/check-tester.in
tests/kdc/check-uu.in
tests/ldap/check-ldap.in
tests/plugin/check-pac.in

index 88cdf281fe7153193c7637d1663a2b3c70dec682..b8fb2a7ee980941639b6fb69e9db25655533cda3 100644 (file)
@@ -473,7 +473,7 @@ int k5dcecon(luid, luser, pname)
 
   /*
    * Destroy the Kerberos5 cred cache file.
-   * but dont care aout the return code.
+   * but don't care about the return code.
    */
 
   DEEDEBUG("Destroying the old cache\n");
index e7fb8998b10e47a52b3eeece20af4c5ffd546054..3318bac98f0c8a8d744f1913e6776b2a0029ed80 100644 (file)
@@ -403,7 +403,7 @@ display_tokens(int do_verbose)
            continue;
        t[min(parms.out_size,sizeof(t)-1)] = 0;
        memcpy(&size_secret_tok, r, sizeof(size_secret_tok));
-       /* dont bother about the secret token */
+       /* don't bother about the secret token */
        r += size_secret_tok + sizeof(size_secret_tok);
        if (parms.out_size < (r - t) + sizeof(size_public_tok))
            continue;
@@ -413,7 +413,7 @@ display_tokens(int do_verbose)
            continue;
        memcpy(&ct, r, size_public_tok);
        r += size_public_tok;
-       /* there is a int32_t with length of cellname, but we dont read it */
+       /* there is a int32_t with length of cellname, but we don't read it */
        r += sizeof(int32_t);
        cell = r;
 
index b0f207270475c46787a04531adf6974f1b4de395..33a4aac2318c701c0050db199bc17d008e718ba5 100644 (file)
@@ -68,7 +68,7 @@ OM_uint32 pattern6[] = {
     50, 51, 52, 53, 54, 55, 56, 57, 58, 59
 };
 
-/* dont start at 0 */
+/* don't start at 0 */
 OM_uint32 pattern7[] = {
     11, 12, 13
 };
index 7aa159cbb2d66f595a7d12412ae968cd9c08d73f..56dafae519668b61b753a599acef962c374228f6 100644 (file)
@@ -537,7 +537,7 @@ out:
  *
  * @param context A hx509 context.
  * @param flags flags to control the behavior.
- *    - HX509_CMS_EV_NO_KU_CHECK - Dont check KU on certificate
+ *    - HX509_CMS_EV_NO_KU_CHECK - Don't check KU on certificate
  *    - HX509_CMS_EV_ALLOW_WEAK - Allow weak crytpo
  *    - HX509_CMS_EV_ID_NAME - prefer issuer name and serial number
  * @param cert Certificate to encrypt the EnvelopedData encryption key
index 4d2c3e2a421db4267e82b8aeb50a8eed35c8dea8..01c275455a54703e0abdcdbade465bfb889687b0 100644 (file)
@@ -234,7 +234,7 @@ validate_print(hx509_validate_ctx ctx, int flags, const char *fmt, ...)
 }
 
 /*
- * Dont Care, SHOULD critical, SHOULD NOT critical, MUST critical,
+ * Don't Care, SHOULD critical, SHOULD NOT critical, MUST critical,
  * MUST NOT critical
  */
 enum critical_flag { D_C = 0, S_C, S_N_C, M_C, M_N_C };
index 66d291a07cf11ac52ad7801793d39e263a92f81d..9db2555d051d99348b1d9d2abdd9433f44dad96e 100644 (file)
@@ -274,7 +274,7 @@ int krb5_dfs_pag(context, flag, principal, luser)
 
    /* test if DFS is running or installed */
    if (krb5_dfs_getpag() == -2)
-     return(0); /* DFS not running, dont try */
+     return(0); /* DFS not running, don't try */
 
   if (pipe(fd) == -1)
      return(0);
@@ -305,7 +305,7 @@ int krb5_dfs_pag(context, flag, principal, luser)
 
   /* parent, wait for child to finish */
 
-  close(fd[1]);  /* dont need this end of pipe */
+  close(fd[1]);  /* don't need this end of pipe */
 
 /* #if defined(sgi) || defined(_sgi) */
   /* wait_status.w_status = 0; */
index e168f97efca83b129eb81dfcb7f7e7462a41cf8b..50d01b8d84fb471d0520162b401478edbad9c397 100644 (file)
@@ -41,7 +41,7 @@ env_setup="@env_setup@"
 
 . ${env_setup}
 
-# If there is no useful db support compile in, disable test
+# If there is no useful db support compiled in, disable test
 ${have_db} || exit 77
 
 ./test_can TEST.H5L.SE heim-0.8 || exit 1
index 278a635962217257c3fdb883f37169434f19e9ca..7f3a8190881053f3a6c9445689187c2c9d823f42 100644 (file)
@@ -41,7 +41,7 @@ EGREP="@EGREP@"
 default_db_type=@default_db_type@
 db_type=${1:-${default_db_type}}
 
-# If there is no useful db support compile in, disable test
+# If there is no useful db support compiled in, disable test
 ./have-db || exit 77
 
 R=EXAMPLE.ORG
index dbef36dfbed685372734e44e2b95ec39a15e4c8a..5601905e419590a6b74b0c88decb73cc321bcac6 100644 (file)
@@ -41,7 +41,7 @@ db_type=${1:-${default_db_type}}
 
 testfailed="echo test failed; cat messages.log; exit 1"
 
-# If there is no useful db support compile in, disable test
+# If there is no useful db support compiled in, disable test
 ../db/have-db || exit 77
 
 R=TEST.H5L.SE
index 472580aa942b0b5d378b391c12c79aea7ad2d82c..00d81861c863da27451346c158c6d0a1634da8fe 100644 (file)
@@ -37,7 +37,7 @@
 srcdir="@srcdir@"
 objdir="@objdir@"
 
-# If there is no useful db support compile in, disable test
+# If there is no useful db support compiled in, disable test
 ./have-db || exit 77
 
 R=EXAMPLE.ORG
index c8064c010e96de9ca6a1383f1bbeb1036253be05..bd219b5e06c84d6a776d0b2f489953cb0500ecf4 100644 (file)
@@ -40,7 +40,7 @@ objdir="@objdir@"
 
 . ${env_setup}
 
-# If there is no useful db support compile in, disable test
+# If there is no useful db support compiled in, disable test
 ../db/have-db || exit 77
 
 R=TEST.H5L.SE
index 32f19d141b8aeb91c28a1390ec5ed61166eb153e..ba06aaa02e8591d937eb3f7d1c19c77a88ea7a29 100644 (file)
@@ -40,7 +40,7 @@ objdir="@objdir@"
 
 . ${env_setup}
 
-# If there is no useful db support compile in, disable test
+# If there is no useful db support compiled in, disable test
 ../db/have-db || exit 77
 
 R=TEST.H5L.SE
index c7b7d6f53a7591f2b3dd4535d883312b7d72adcb..de806b5977aeb26ca92d14a6de287f0bfd121a1e 100644 (file)
@@ -40,7 +40,7 @@ objdir="@objdir@"
 
 . ${env_setup}
 
-# If there is no useful db support compile in, disable test
+# If there is no useful db support compiled in, disable test
 ../db/have-db || exit 77
 
 R=TEST.H5L.SE
index 5398b595b1e5a48adff2897f52368d43d80ea6fd..6e03b012f738f439822b93587d963d6a6b443ece 100644 (file)
@@ -40,7 +40,7 @@ objdir="@objdir@"
 
 . ${env_setup}
 
-# If there is no useful db support compile in, disable test
+# If there is no useful db support compiled in, disable test
 ../db/have-db || exit 77
 
 R=TEST.H5L.SE
index 7202da538a12789d162cf534b7b40b2ca9e39164..e2982d4f7281429c4ad4d997f9a5601c31b2521f 100644 (file)
@@ -40,7 +40,7 @@ objdir="@objdir@"
 
 . ${env_setup}
 
-# If there is no useful db support compile in, disable test
+# If there is no useful db support compiled in, disable test
 ../db/have-db || exit 77
 
 R=TEST.H5L.SE
index ef5d8275eda98b67416ca62d5fa250d731a190e0..0bb5a413f3cf953e29290d8f483970931fe59c19 100644 (file)
@@ -33,7 +33,7 @@ objdir="@objdir@"
 
 . ${env_setup}
 
-# If there is no useful db support compile in, disable test
+# If there is no useful db support compiled in, disable test
 # (krb5_kt_get_entry() is tested in another test)
 ${have_db} || exit 77
 
index 6e02589471df384b74ce45c736e078c65a36ec75..1543db4f88198b4cd7b96ba8dfbd20aeb4c38e3e 100644 (file)
@@ -43,7 +43,7 @@ unset KRB5CCNAME
 
 testfailed="echo test failed; exit 1"
 
-# If there is no useful db support compile in, disable test
+# If there is no useful db support compiled in, disable test
 ${have_db} || exit 77
 
 R=TEST.H5L.SE
index 5fa19adba9a28b55245ac65494a0bc95d1d4e0a3..8657946168ad480b6ca8aebdaa6d69a2b63c7ae4 100644 (file)
@@ -36,7 +36,7 @@ objdir="@objdir@"
 
 . ${env_setup}
 
-# If there is no useful db support compile in, disable test
+# If there is no useful db support compiled in, disable test
 ${have_db} || exit 77
 
 R=TEST.H5L.SE
index 301baa6edf7d5aaa37752d1efe04a7df601cd75a..d45b119dfa5ddea622aafab86aa034d4afd29f34 100644 (file)
@@ -39,7 +39,7 @@ testfailed="echo test failed; cat messages.log; exit 1"
 
 . ${env_setup}
 
-# If there is no useful db support compile in, disable test
+# If there is no useful db support compiled in, disable test
 ${have_db} || exit 77
 
 R=TEST.H5L.SE
index d31ba323ca8cb2d5c4be96be656de6b5ec256b62..1623783eba6d0ce57405f89d99b8cddde4d6cb59 100644 (file)
@@ -40,7 +40,7 @@ testfailed="echo test failed; cat messages.log; exit 1"
 
 . ${env_setup}
 
-# If there is no useful db support compile in, disable test
+# If there is no useful db support compiled in, disable test
 ${have_db} || exit 77
 
 R=TEST.H5L.SE
index 96c00c31921f55c7f77a8ed75f92cf2a592be952..4d3577c5596631a6c690ae13bb5ecd67161d58bf 100644 (file)
@@ -42,7 +42,7 @@ export KRB5_CONFIG
 
 testfailed="echo test failed; cat messages.log; exit 1"
 
-# If there is no useful db support compile in, disable test
+# If there is no useful db support compiled in, disable test
 ${have_db} || exit 77
 
 R=TEST.H5L.SE
index 13559d9c9eaa0a54cedf9df171611bd555592c34..e9de58799a3126d238103fe449c76d0ff42ee165 100644 (file)
@@ -42,7 +42,7 @@ export KRB5_CONFIG
 
 testfailed="echo test failed; cat messages.log; exit 1"
 
-# If there is no ldap support compile in, disable test
+# If there is no ldap support compiled in, disable test
 if ${kdc} --builtin-hdb | grep mit-db > /dev/null ; then
     :
 else
@@ -50,7 +50,7 @@ else
     exit 77
 fi
 
-# If there is no useful db support compile in, disable test
+# If there is no useful db support compiled in, disable test
 ${have_db} || exit 77
 
 R=TEST.H5L.SE
index 39be7ef601b818cc75d3756302778424b1af4a41..6eae00b646f1502407c550e7876a496553dd8f80 100644 (file)
@@ -39,11 +39,11 @@ db_type=@db_type@
 
 . ${env_setup}
 
-# If there is no useful db support compile in, disable test
+# If there is no useful db support compiled in, disable test
 ${have_db} || exit 77
 
 
-# Dont run this test in AFS, since it lacks support for AF_UNIX
+# Don't run this test in AFS, since it lacks support for AF_UNIX
 expr "X`/bin/pwd || pwd`" : "X/afs/.*" > /dev/null 2>/dev/null && exit 77
 
 R=TEST.H5L.SE
@@ -291,7 +291,7 @@ echo "doing changes while slave is down"
 ${kadmin} -l cpw --random-password user@${R} > /dev/null || exit 1
 ${kadmin} -l cpw --random-password user@${R} > /dev/null || exit 1
 
-echo "Makeing a copy of the master log file"
+echo "Making a copy of the master log file"
 cp ${objdir}/current.log ${objdir}/current.log.tmp
 
 # ----------------- checking: checking that master and slaves resyncs
index d40d0ea8812e7ee1c36c9e1a719ed405d4fa133d..e01a1c349cb786eee40b7ec6d9002e5b833ffbb3 100644 (file)
@@ -38,7 +38,7 @@ srcdir="@srcdir@"
 
 . ${env_setup}
 
-# If there is no useful db support compile in, disable test
+# If there is no useful db support compiled in, disable test
 ${have_db} || exit 77
 
 R=TEST.H5L.SE
index 235113425b632b910e7aecceaf2b0d5dbee9a96e..962d5468a5b7bc5672503a5a9714ab4ffbc8f35a 100644 (file)
@@ -42,7 +42,7 @@ export KRB5_CONFIG
 
 testfailed="echo test failed; cat messages.log; exit 1"
 
-# If there is no useful db support compile in, disable test
+# If there is no useful db support compiled in, disable test
 ${have_db} || exit 77
 
 R=TEST.H5L.SE
index e8aca2684ae72ccb2ecdb0ad7ce361a3ff164608..6784bb51efa95d5e1aab429dd556be813757f67e 100644 (file)
@@ -39,7 +39,7 @@ objdir="."
 
 srcdir="${top_srcdir}/tests/kdc"
 
-# If there is no useful db support compile in, disable test
+# If there is no useful db support compiled in, disable test
 ${have_db} || exit 77
 
 R=TEST.H5L.SE
index e541a844d1673c8862339fe4d855edd191c9a42c..35ec6deadbfa5904b19bb27e0f8a2ec59ae61683 100644 (file)
@@ -43,7 +43,7 @@ export KRB5CCNAME
 
 testfailed="echo test failed; exit 1"
 
-# If there is no useful db support compile in, disable test
+# If there is no useful db support compiled in, disable test
 ${have_db} || exit 77
 
 R=TEST.H5L.SE
index 3711ede01d91b45f5f01b3bb476c980693f7247c..4f63ce240fad83df82e4c649ac6bc67cc52507e9 100644 (file)
@@ -37,12 +37,12 @@ objdir="@objdir@"
 
 . ${env_setup}
 
-# If there is no useful db support compile in, disable test
+# If there is no useful db support compiled in, disable test
 ${have_db} || exit 77
 
 testfailed="echo test failed; cat messages.log; exit \$ec"
 
-# If there is no useful db support compile in, disable test
+# If there is no useful db support compiled in, disable test
 ${have_db} || exit 77
 
 R=TEST.H5L.SE
index 92c515ffbe9165d1cbe1b3bbedd7b597ef11a805..23947bf5fe54e1d8f2e8e34681b6b986f374c121 100644 (file)
@@ -39,7 +39,7 @@ testfailed="echo test failed; cat messages.log; exit 1"
 
 . ${env_setup}
 
-# If there is no useful db support compile in, disable test
+# If there is no useful db support compiled in, disable test
 ${have_db} || exit 77
 
 R=TEST.H5L.SE
index bbb72a349b653a5613a6d7a540ee89c524325b6c..92240c9ac9b623e1a2b97feefc02037b1c31c162 100644 (file)
@@ -39,7 +39,7 @@ objdir="@objdir@"
 
 testfailed="echo test failed; cat messages.log; exit 1"
 
-# If there is no useful db support compile in, disable test
+# If there is no useful db support compiled in, disable test
 ${have_db} || exit 77
 
 R=TEST.H5L.SE
index 8f1679f505103daec38310e98d21fad43c7e3a1f..dba154c299b9358bb0df765a0305a3c1457ebe2c 100644 (file)
@@ -43,7 +43,7 @@ export KRB5_CONFIG
 
 testfailed="echo test failed; cat messages.log; exit 1"
 
-# If there is no useful db support compile in, disable test
+# If there is no useful db support compiled in, disable test
 ${have_db} || exit 77
 
 R=TEST.H5L.SE
index c6607fa239bab89af96348964b01f51b11b1377d..7e819a14ad0d8e036a9af833e6127fa8a97a2f97 100644 (file)
@@ -39,7 +39,7 @@ testfailed="echo test failed; cat messages.log; exit 1"
 
 . ${env_setup}
 
-# If there is no useful db support compile in, disable test
+# If there is no useful db support compiled in, disable test
 ${have_db} || exit 77
 
 R=TEST.H5L.SE
index 3325c5d501022ccfb98dac5403cb100be8a1f744..943fb0e7f3c4682ed68a4f52b673a7ef0cdac6d2 100644 (file)
@@ -59,7 +59,7 @@ testfailed="echo test failed; exit 1"
 KRB5_CONFIG="${objdir}/krb5.conf"
 export KRB5_CONFIG
 
-# If there is no ldap support compile in, disable test
+# If there is no ldap support compiled in, disable test
 if ${kdc} --builtin-hdb | grep ldap > /dev/null ; then
    :
 else
index 7f0a4c3267365ff24d01dd1f1fc852f33298b78a..e201ed429ee39aa9b0c378544d2215a3cc93556d 100644 (file)
@@ -43,7 +43,7 @@ EGREP="@EGREP@"
 
 testfailed="echo test failed; cat messages.log; exit 1"
 
-# If there is no useful db support compile in, disable test
+# If there is no useful db support compiled in, disable test
 ../db/have-db || exit 77
 
 R=TEST.H5L.SE