From a46ebb674bcccd172bc32ef8cab4c07fab6ed800 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Sun, 28 Aug 2022 00:28:21 +0900 Subject: [PATCH] Fix typos in parameter descriptions Change-Id: I79e28bffadce8b140896b7304addf1c6cb9d0ebe --- manifests/logging.pp | 2 +- manifests/wsgi/apache.pp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/logging.pp b/manifests/logging.pp index d6a5c99..f57a750 100644 --- a/manifests/logging.pp +++ b/manifests/logging.pp @@ -69,7 +69,7 @@ # See https://docs.python.org/2/howto/logging.html # # [*default_log_levels*] -# (0ptional) Hash of logger (keys) and level (values) pairs. +# (Optional) Hash of logger (keys) and level (values) pairs. # Defaults to $::os_service_default. # Example: # { 'amqp' => 'WARN', 'amqplib' => 'WARN', 'boto' => 'WARN', diff --git a/manifests/wsgi/apache.pp b/manifests/wsgi/apache.pp index a3afdf3..0a36133 100644 --- a/manifests/wsgi/apache.pp +++ b/manifests/wsgi/apache.pp @@ -95,7 +95,7 @@ # Optional. Defaults to undef. # # [*custom_wsgi_process_options*] -# (optional) gives you the oportunity to add custom process options or to +# (optional) gives you the opportunity to add custom process options or to # overwrite the default options for the WSGI main process. # eg. to use a virtual python environment for the WSGI process # you could set it to: