From 25905128a097874187f678027057bc80fad8b186 Mon Sep 17 00:00:00 2001 From: "Swapnil Kulkarni (coolsvap)" Date: Mon, 4 Jan 2016 14:51:22 +0530 Subject: [PATCH] Update typos Change-Id: Id44ff95e32fa80aef8ec5a786d327fca7ac78c62 --- examples/user_project_user_role_composite_namevar.pp | 4 ++-- manifests/db/mysql.pp | 2 +- manifests/federation/shibboleth.pp | 4 ++-- manifests/init.pp | 2 +- manifests/ldap.pp | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/examples/user_project_user_role_composite_namevar.pp b/examples/user_project_user_role_composite_namevar.pp index 8c45ae40c..d8a2f6f27 100644 --- a/examples/user_project_user_role_composite_namevar.pp +++ b/examples/user_project_user_role_composite_namevar.pp @@ -4,7 +4,7 @@ # The new interface does not rely on a unique title scheme and offers # the possibility to pass required arguments as parameters. Old # interface with everything defined in the title is still supported, -# but the parsing is more consistant and less error prone (on the +# but the parsing is more consistent and less error prone (on the # coding side). Puppet will find matching resource irrespective of # how you create it. @@ -26,7 +26,7 @@ keystone_user { 'user_one::domain_two': # will create the user in the domain_one, not domain_two. -# This lead to the meaningless title feature. This can be helpful for +# This led to the meaningless title feature. This can be helpful for # manifest/hiera created by another program for instance, where the # title could be some random id: diff --git a/manifests/db/mysql.pp b/manifests/db/mysql.pp index 26042787f..075bb395e 100644 --- a/manifests/db/mysql.pp +++ b/manifests/db/mysql.pp @@ -1,7 +1,7 @@ # The keystone::db::mysql class implements mysql backend for keystone # # This class can be used to create tables, users and grant -# privelege for a mysql keystone database. +# privilege for a mysql keystone database. # # == parameters # diff --git a/manifests/federation/shibboleth.pp b/manifests/federation/shibboleth.pp index 1022aebed..f26e40180 100644 --- a/manifests/federation/shibboleth.pp +++ b/manifests/federation/shibboleth.pp @@ -19,7 +19,7 @@ # Note: The external value should be dropped to avoid problems. # # [*module_plugin*] -# The plugin for authentication acording to the choice made with protocol and +# The plugin for authentication according to the choice made with protocol and # module. # (Optional) Defaults to 'keystone.auth.plugins.mapped.Mapped' (string value) # @@ -54,7 +54,7 @@ # # == Note about Redhat osfamily # According to puppet-apache we need to enable a new repo, but in puppet-openstack -# we won't enable any exteral third party repo. +# we won't enable any external third party repo. # http://wiki.aaf.edu.au/tech-info/sp-install-guide. We provide some helpers but # as the packaging is lacking official support, we cannot guaranty it will work. # diff --git a/manifests/init.pp b/manifests/init.pp index 3a94b4878..9c27c6436 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -118,7 +118,7 @@ # [*cache_memcache_servers*] # (optional) List of memcache servers to be used with the caching backend to # configure cache/memcache_servers. -# Specified as as a comma separated string of 'server:port,server:port' or an +# Specified as a comma separated string of 'server:port,server:port' or an # array of servers ['server:port', 'server:port']. # By default this will be set to the memcache_servers if that is configured # and this is left unconfigured. diff --git a/manifests/ldap.pp b/manifests/ldap.pp index 05428e971..3574ab258 100644 --- a/manifests/ldap.pp +++ b/manifests/ldap.pp @@ -672,7 +672,7 @@ class keystone::ldap( # check for some common driver name mistakes if ($assignment_driver != undef) { if ! ($assignment_driver =~ /^keystone.assignment.backends.*Assignment$/) { - fail('assigment driver should be of the form \'keystone.assignment.backends.*Assignment\'') + fail('assignment driver should be of the form \'keystone.assignment.backends.*Assignment\'') } }