Commit 3acdcbee authored by Jim Fulton's avatar Jim Fulton

Fixed a spelling error.

parent d3dc6528
...@@ -504,7 +504,7 @@ Publishing a module using Fast CGI ...@@ -504,7 +504,7 @@ Publishing a module using Fast CGI
o Configure the Fast CGI-enabled web server to execute this o Configure the Fast CGI-enabled web server to execute this
file. file.
$Id: Publish.py,v 1.26 1996/11/26 22:06:18 jim Exp $""" $Id: Publish.py,v 1.27 1996/12/30 14:36:12 jim Exp $"""
#' #'
# Copyright # Copyright
# #
...@@ -557,6 +557,9 @@ $Id: Publish.py,v 1.26 1996/11/26 22:06:18 jim Exp $""" ...@@ -557,6 +557,9 @@ $Id: Publish.py,v 1.26 1996/11/26 22:06:18 jim Exp $"""
# (540) 371-6909 # (540) 371-6909
# #
# $Log: Publish.py,v $ # $Log: Publish.py,v $
# Revision 1.27 1996/12/30 14:36:12 jim
# Fixed a spelling error.
#
# Revision 1.26 1996/11/26 22:06:18 jim # Revision 1.26 1996/11/26 22:06:18 jim
# Added support for __bobo_before__ and __bobo_after__. # Added support for __bobo_before__ and __bobo_after__.
# #
...@@ -669,7 +672,7 @@ $Id: Publish.py,v 1.26 1996/11/26 22:06:18 jim Exp $""" ...@@ -669,7 +672,7 @@ $Id: Publish.py,v 1.26 1996/11/26 22:06:18 jim Exp $"""
# #
# #
# #
__version__='$Revision: 1.26 $'[11:-2] __version__='$Revision: 1.27 $'[11:-2]
def main(): def main():
...@@ -711,7 +714,7 @@ class ModulePublisher: ...@@ -711,7 +714,7 @@ class ModulePublisher:
raise 'BadRequest',self.html( raise 'BadRequest',self.html(
"Invalid request", "Invalid request",
"The parameter, %s, was ommitted from the request." "The parameter, %s, was omitted from the request."
"<!--%s-->" "<!--%s-->"
% (name,self.request)) % (name,self.request))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment