From 1a9db7bc888600b9954e12302a58fead438d9c68 Mon Sep 17 00:00:00 2001 From: Greg Hudson Date: Thu, 3 Nov 2011 17:42:41 +0000 Subject: [PATCH] Fix typos in k5test.py git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25430 dc483132-0cff-0310-8789-dd5450dbe970 --- src/util/k5test.py | 6 +++--- 1 file 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) -- 2.26.2