Skip to content

Commit

Permalink
Fix typo in k5test.py
Browse files Browse the repository at this point in the history
The principal/principle confusion strikes again.
  • Loading branch information
kaduk committed May 19, 2014
1 parent 6a77d5e commit 6ffbf48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/k5test.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@
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
Expand Down

0 comments on commit 6ffbf48

Please sign in to comment.