mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Fix minor typos
<ame> -> <name> overriden -> overridden ablity -> ability enties -> entries the the -> the https://fedorahosted.org/freeipa/ticket/5109 Reviewed-By: Petr Vobornik <pvoborni@redhat.com> Reviewed-By: Christian Heimes <cheimes@redhat.com>
This commit is contained in:
committed by
Petr Vobornik
parent
92a73e8b2a
commit
2cd77df8f4
@@ -129,7 +129,7 @@ ipadns_entry_iszone( Slapi_Entry *entry ) {
|
||||
* The server calls this plug-in function before executing LDAP ADD operation.
|
||||
*
|
||||
* ipadns_add function adds default value to idnsSOAserial attribute
|
||||
* in idnsZone objects if the the attribute is not present.
|
||||
* in idnsZone objects if the attribute is not present.
|
||||
*
|
||||
* Default value is added only to objects coming from other servers
|
||||
* via replication.
|
||||
|
||||
@@ -54,7 +54,7 @@ define(['dojo/_base/declare',
|
||||
*
|
||||
* When an object is passed in, the function returns it.
|
||||
*
|
||||
* @param {string|Object} type Type's name. Or the the object itself.
|
||||
* @param {string|Object} type Type's name. Or the object itself.
|
||||
* @return {Object|null}
|
||||
*/
|
||||
get: function(type) {
|
||||
|
||||
@@ -711,7 +711,7 @@ assume these variables will all exist by the time the module containing their
|
||||
plugin (or plugins) is imported.
|
||||
|
||||
`Env._bootstrap()`, which is called by `API.bootstrap()`, will create several
|
||||
run-time variables that connot be overriden in configuration files or through
|
||||
run-time variables that cannot be overridden in configuration files or through
|
||||
command-line options. Here is an overview of this run-time information:
|
||||
|
||||
============= ============================= =======================
|
||||
|
||||
@@ -339,7 +339,7 @@ class baseidview_apply(LDAPQuery):
|
||||
class idview_apply(baseidview_apply):
|
||||
__doc__ = _('Applies ID View to specified hosts or current members of '
|
||||
'specified hostgroups. If any other ID View is applied to '
|
||||
'the host, it is overriden.')
|
||||
'the host, it is overridden.')
|
||||
|
||||
member_count_out = (_('ID View applied to %i host.'),
|
||||
_('ID View applied to %i hosts.'))
|
||||
@@ -462,7 +462,7 @@ def resolve_object_to_anchor(ldap, obj_type, obj, fallback_to_ldap):
|
||||
raise errors.ValidationError(
|
||||
name=_('IPA object'),
|
||||
error=_('system IPA objects (e.g system groups, user '
|
||||
'private groups) cannot be overriden')
|
||||
'private groups) cannot be overridden')
|
||||
)
|
||||
|
||||
# The domain prefix, this will need to be reworked once we
|
||||
|
||||
@@ -65,7 +65,7 @@ the bound user's behalf.
|
||||
|
||||
It is strongly discouraged to modify the delegations that ship with
|
||||
IPA, ipa-http-delegation and its targets ipa-cifs-delegation-targets and
|
||||
ipa-ldap-delegation-targets. Incorrect changes can remove the ablity
|
||||
ipa-ldap-delegation-targets. Incorrect changes can remove the ability
|
||||
to delegate, causing the framework to stop functioning.
|
||||
""")
|
||||
|
||||
|
||||
@@ -57,7 +57,7 @@ Active user entries are Posix users directly under the container: "cn=accounts,
|
||||
User can authenticate with Active entries, at the condition they have
|
||||
credentials
|
||||
|
||||
Delete user enties are Posix users directly under the container: "cn=deleted users,
|
||||
Delete user entries are Posix users directly under the container: "cn=deleted users,
|
||||
cn=accounts, cn=provisioning, SUFFIX".
|
||||
User can not authenticate with those entries (even if the entries contain credentials)
|
||||
|
||||
|
||||
@@ -244,7 +244,7 @@ def add_range(myapi, trustinstance, range_name, dom_sid, *keys, **options):
|
||||
If that was not successful, we go for our usual defaults (random base,
|
||||
range size 200 000, ipa-ad-trust range type).
|
||||
|
||||
Any of these can be overriden by passing appropriate CLI options
|
||||
Any of these can be overridden by passing appropriate CLI options
|
||||
to the trust-add command.
|
||||
"""
|
||||
|
||||
|
||||
@@ -111,7 +111,7 @@ EXAMPLES:
|
||||
ipa vault-add <name> --service <service name>
|
||||
""") + _("""
|
||||
Add a shared vault:
|
||||
ipa vault-add <ame> --shared
|
||||
ipa vault-add <name> --shared
|
||||
""") + _("""
|
||||
Add a user vault:
|
||||
ipa vault-add <name> --user <username>
|
||||
|
||||
@@ -114,7 +114,7 @@ class Advice(Plugin):
|
||||
|
||||
def get_info(self):
|
||||
"""
|
||||
This method should be overriden by child Advices.
|
||||
This method should be overridden by child Advices.
|
||||
|
||||
Returns a string with instructions.
|
||||
"""
|
||||
|
||||
@@ -70,7 +70,7 @@ class Tracker(object):
|
||||
managedby_keys = None
|
||||
allowedto_keys = None
|
||||
|
||||
_override_me_msg = "This method needs to be overriden in a subclass"
|
||||
_override_me_msg = "This method needs to be overridden in a subclass"
|
||||
|
||||
def __init__(self, default_version=None):
|
||||
self.api = api
|
||||
|
||||
Reference in New Issue
Block a user