From 6ffbf48932f735f6b77866db9b345c4fe0e395ac Mon Sep 17 00:00:00 2001 From: Ben Kaduk Date: Mon, 19 May 2014 17:01:23 -0400 Subject: Fix typo in k5test.py The principal/principle confusion strikes again. --- src/util/k5test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/util/k5test.py b/src/util/k5test.py index aead83217..a2bfbee62 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 -- cgit