From be0308cf681fbcf02f9663c7c7df877e3a29c431 Mon Sep 17 00:00:00 2001 From: Yuri Chornoivan Date: Wed, 4 May 2011 10:26:18 +0200 Subject: Typos in freeIPA messages and man page https://fedorahosted.org/freeipa/ticket/1128 --- ipalib/plugins/aci.py | 4 ++-- ipalib/plugins/batch.py | 4 ++-- ipalib/plugins/netgroup.py | 2 +- ipalib/plugins/sudocmd.py | 2 +- ipalib/plugins/sudorule.py | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) (limited to 'ipalib') diff --git a/ipalib/plugins/aci.py b/ipalib/plugins/aci.py index 336f16f68..afdfaf458 100644 --- a/ipalib/plugins/aci.py +++ b/ipalib/plugins/aci.py @@ -72,7 +72,7 @@ more of: Note the distinction between attributes and entries. The permissions are independent, so being able to add a user does not mean that the user will -be editabe. +be editable. The bind rule defines who this ACI grants permissions to. The LDAP server allows this to be any valid LDAP entry but we encourage the use of @@ -83,7 +83,7 @@ http://www.redhat.com/docs/manuals/dir-server/ag/8.0/Managing_Access_Control.htm EXAMPLES: -NOTE: ACIs are now added via the permision plugin. These examples are to +NOTE: ACIs are now added via the permission plugin. These examples are to demonstrate how the various options work but this is done via the permission command-line now (see last example). diff --git a/ipalib/plugins/batch.py b/ipalib/plugins/batch.py index 29dcc6648..973526a62 100644 --- a/ipalib/plugins/batch.py +++ b/ipalib/plugins/batch.py @@ -23,9 +23,9 @@ Plugin to make multiple ipa calls via one remote procedure call To run this code in the lite-server -curl -H "Content-Type:application/json" -H "Acept:applicaton/json" -H "Accept-Language:en" --negotiate -u : --cacert /etc/ipa/ca.crt -d @batch_request.json -X POST http://localhost:8888/ipa/json +curl -H "Content-Type:application/json" -H "Accept:application/json" -H "Accept-Language:en" --negotiate -u : --cacert /etc/ipa/ca.crt -d @batch_request.json -X POST http://localhost:8888/ipa/json -where the contenst of the file batch_request.json follow the below example +where the contents of the file batch_request.json follow the below example {"method":"batch","params":[[ {"method":"group_find","params":[[],{}]}, diff --git a/ipalib/plugins/netgroup.py b/ipalib/plugins/netgroup.py index eeb6de65f..7c2fc55e2 100644 --- a/ipalib/plugins/netgroup.py +++ b/ipalib/plugins/netgroup.py @@ -34,7 +34,7 @@ EXAMPLES: Remove a member from the netgroup: ipa netgroup-remove-member --users=tuser2 admins - Display infromation about a netgroup: + Display information about a netgroup: ipa netgroup-show admins Delete a netgroup: diff --git a/ipalib/plugins/sudocmd.py b/ipalib/plugins/sudocmd.py index ad9f87d23..f8c4a8e79 100644 --- a/ipalib/plugins/sudocmd.py +++ b/ipalib/plugins/sudocmd.py @@ -23,7 +23,7 @@ Commands used as building blocks for sudo EXAMPLES: - Create a new commnad + Create a new command ipa sudocmd-add --desc='For reading log files' /usr/bin/less Remove a command diff --git a/ipalib/plugins/sudorule.py b/ipalib/plugins/sudorule.py index 7a5364597..4990e7377 100644 --- a/ipalib/plugins/sudorule.py +++ b/ipalib/plugins/sudorule.py @@ -211,7 +211,7 @@ api.register(sudorule_find) class sudorule_show(LDAPRetrieve): """ - Dispaly Sudo Rule. + Display Sudo Rule. """ api.register(sudorule_show) -- cgit