krb5 commit: Fix typo in k5test.py

Benjamin Kaduk kaduk at MIT.EDU
Mon May 19 17:02:22 EDT 2014


https://github.com/krb5/krb5/commit/6ffbf48932f735f6b77866db9b345c4fe0e395ac
commit 6ffbf48932f735f6b77866db9b345c4fe0e395ac
Author: Ben Kaduk <kaduk at mit.edu>
Date:   Mon May 19 17:01:23 2014 -0400

    Fix typo in k5test.py
    
    The principal/principle confusion strikes again.

 src/util/k5test.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/util/k5test.py b/src/util/k5test.py
index aead832..a2bfbee 100644
--- a/src/util/k5test.py
+++ b/src/util/k5test.py
@@ -250,7 +250,7 @@ Scripts may use the following realm methods and attributes:
   realm.
 
 * realm.addprinc(princname, password=None): Using kadmin.local, create
-  a principle in the KDB named princname, with either a random or
+  a principal in the KDB named princname, with either a random or
   specified key.
 
 * realm.extract_keytab(princname, keytab): Using kadmin.local, create


More information about the cvs-krb5 mailing list