diff options
author | Martin Kosek <mkosek@redhat.com> | 2011-02-02 17:15:35 +0100 |
---|---|---|
committer | Rob Crittenden <rcritten@redhat.com> | 2011-02-02 15:38:50 -0500 |
commit | 0353a2be677594125892e16fe0cdebe264d2ccb2 (patch) | |
tree | 207c512050aec52000b8179098b68d98a3f96974 /doc | |
parent | bb56285f6b350fcdd7b22f6d6c4fb69da5ce438d (diff) | |
download | freeipa-0353a2be677594125892e16fe0cdebe264d2ccb2.tar.gz freeipa-0353a2be677594125892e16fe0cdebe264d2ccb2.tar.xz freeipa-0353a2be677594125892e16fe0cdebe264d2ccb2.zip |
Typos in freeIPA messages
This patch fixes several reported typos in IPA messages and
in comments.
Contributors file has been updated + the original author of the
patch reporting the typos was added.
https://fedorahosted.org/freeipa/ticket/848
Diffstat (limited to 'doc')
-rw-r--r-- | doc/examples/examples.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/examples.py b/doc/examples/examples.py index b59dc908f..0ae212601 100644 --- a/doc/examples/examples.py +++ b/doc/examples/examples.py @@ -366,7 +366,7 @@ class exuser_find(Method): # standard_list_of_entries is an output pattern that # define a dict with a list of entries, their count # and a truncated flag. The truncated flag is used to mark - # truncated (uncomplete) search results - for example due to + # truncated (incomplete) search results - for example due to # timeouts. has_output = output.standard_list_of_entries |