From 0353a2be677594125892e16fe0cdebe264d2ccb2 Mon Sep 17 00:00:00 2001 From: Martin Kosek Date: Wed, 2 Feb 2011 17:15:35 +0100 Subject: 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 --- doc/examples/examples.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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 -- cgit