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 --- 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 0ae212601..6711492c7 100644 --- a/doc/examples/examples.py +++ b/doc/examples/examples.py @@ -62,7 +62,7 @@ def validate_name(ugettext, name): class exhelloworld(Command): """ - Example commnad: Hello world! + Example command: Hello world! """ # takes_args is an attribute of Command. It's a tuple containing # instances of Param (or its subclasses such as Str) that define -- cgit