summaryrefslogtreecommitdiffstats
path: root/src/util
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2011-11-03 17:42:41 +0000
committerGreg Hudson <ghudson@mit.edu>2011-11-03 17:42:41 +0000
commit1a9db7bc888600b9954e12302a58fead438d9c68 (patch)
tree6b5a094e409e76f21a83dd673ed5cbadea7d0467 /src/util
parent97eb9f3d7c26364b137f207b431b5c1f67691225 (diff)
downloadkrb5-1a9db7bc888600b9954e12302a58fead438d9c68.tar.gz
krb5-1a9db7bc888600b9954e12302a58fead438d9c68.tar.xz
krb5-1a9db7bc888600b9954e12302a58fead438d9c68.zip
Fix typos in k5test.py
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25430 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util')
-rw-r--r--src/util/k5test.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/util/k5test.py b/src/util/k5test.py
index 8f952c8a9..0480854e1 100644
--- a/src/util/k5test.py
+++ b/src/util/k5test.py
@@ -23,7 +23,7 @@
"""A module for krb5 test scripts
To run test scripts during "make check" (if Python 2.4 or later is
-available), add rules like the following to Makeflie.in:
+available), add rules like the following to Makefile.in:
check-pytests::
$(RUNPYTEST) $(srcdir)/t_testname.py $(PYTESTFLAGS)
@@ -77,8 +77,8 @@ keyword arguments:
top level keys of the dictionary should be 'all' to apply to all
four krb5.conf files, and/or 'client'/'server'/'master'/'slave' to
apply to a particular one. A key may be mapped to None to delete a
- setting from the defaults. A key may be maped to a list in order to
- create multpile settings for the same variable name. Keys and
+ setting from the defaults. A key may be mapped to a list in order
+ to create multiple settings for the same variable name. Keys and
values undergo the following template substitutions:
- $type: The configuration type (client/server/master/slave)