From 17f8ee1b319a77222b60dce4bbb890eeb451188b Mon Sep 17 00:00:00 2001 From: Rajesh Tailor Date: Fri, 17 Jun 2022 22:00:18 +0530 Subject: [PATCH] Fix typos in parameter descriptions Change-Id: I865f8778b4efbb84f295ad22b9f9a16828774e44 --- manifests/healthcheck.pp | 4 ++-- manifests/init.pp | 2 +- manifests/keystone/auth.pp | 2 +- manifests/logging.pp | 2 +- manifests/orchestrator.pp | 2 +- manifests/ui.pp | 2 +- spec/classes/cloudkitty_init_spec.rb | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/manifests/healthcheck.pp b/manifests/healthcheck.pp index 3d5f57b..478c8b8 100644 --- a/manifests/healthcheck.pp +++ b/manifests/healthcheck.pp @@ -14,12 +14,12 @@ # Defaults to $::os_service_default # # [*disable_by_file_path*] -# (Optional) Check the presense of a file to determine if an application +# (Optional) Check the presence of a file to determine if an application # is running on a port. # Defaults to $::os_service_default # # [*disable_by_file_paths*] -# (Optional) Check the presense of a file to determine if an application +# (Optional) Check the presence of a file to determine if an application # is running on a port. Expects a "port:path" list of strings. # Defaults to $::os_service_default # diff --git a/manifests/init.pp b/manifests/init.pp index 675deb0..2158113 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -72,7 +72,7 @@ # # [*kombu_compression*] # (optional) Possible values are: gzip, bz2. If not set compression will not -# be used. This option may notbe available in future versions. EXPERIMENTAL. +# be used. This option may not be available in future versions. EXPERIMENTAL. # (string value) # Defaults to $::os_service_default # diff --git a/manifests/keystone/auth.pp b/manifests/keystone/auth.pp index f506400..ffb0658 100644 --- a/manifests/keystone/auth.pp +++ b/manifests/keystone/auth.pp @@ -60,7 +60,7 @@ # Default to 'OpenStack Rating Service' # # [*public_url*] -# (0ptional) The endpoint's public url. +# (Optional) The endpoint's public url. # This url should *not* contain any trailing '/'. # Defaults to 'http://127.0.0.1:8889' # diff --git a/manifests/logging.pp b/manifests/logging.pp index 70d0ec9..502c391 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/orchestrator.pp b/manifests/orchestrator.pp index 3b8948d..5d111b6 100644 --- a/manifests/orchestrator.pp +++ b/manifests/orchestrator.pp @@ -13,7 +13,7 @@ # Defaults to $::os_service_default # # [*max_threads*] -# (Optional) Maximal numer of threads to use per worker. +# (Optional) Maximal number of threads to use per worker. # Defaults to $::os_service_default # class cloudkitty::orchestrator ( diff --git a/manifests/ui.pp b/manifests/ui.pp index dc81bd6..7a6e6e4 100644 --- a/manifests/ui.pp +++ b/manifests/ui.pp @@ -1,6 +1,6 @@ # == Class: cloudkitty::ui # -# DEPRECATAD !! +# DEPRECATED !! # Installs & configure the cloudkitty ui component # # === Parameters diff --git a/spec/classes/cloudkitty_init_spec.rb b/spec/classes/cloudkitty_init_spec.rb index 5746a43..e04fb50 100644 --- a/spec/classes/cloudkitty_init_spec.rb +++ b/spec/classes/cloudkitty_init_spec.rb @@ -201,7 +201,7 @@ describe 'cloudkitty' do end end - context 'with metrics_donfig' do + context 'with metrics_config' do let :params do { :metrics_config => {'metrics' => {}}, }