Fix misspelling in comment

Change 'Pase' to 'Parse'

Change-Id: I35f2d13832c7250e8fe5b2920338b336f97b5c5d
This commit is contained in:
John L. Villalovos 2015-08-10 08:46:24 -07:00
parent e81008c21b
commit edb2be997e

View File

@ -39,7 +39,7 @@ class ThreadedSimpleServer(socketserver.ThreadingMixIn,
def main():
# Pase config file and command line options, then start logging
# Parse config file and command line options, then start logging
ironic_service.prepare_service(sys.argv)
# Build and start the WSGI app