svn rev #25430: trunk/src/util/

ghudson@MIT.EDU ghudson at MIT.EDU
Thu Nov 3 13:42:41 EDT 2011


http://src.mit.edu/fisheye/changelog/krb5/?cs=25430
Commit By: ghudson
Log Message:
Fix typos in k5test.py


Changed Files:
U   trunk/src/util/k5test.py
Modified: trunk/src/util/k5test.py
===================================================================
--- trunk/src/util/k5test.py	2011-11-03 17:27:59 UTC (rev 25429)
+++ trunk/src/util/k5test.py	2011-11-03 17:42:41 UTC (rev 25430)
@@ -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 @@
   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)




More information about the cvs-krb5 mailing list