From e556ef4ada659bfa1ae0745834f35fb3c97f05ac Mon Sep 17 00:00:00 2001 From: Bernardo Sulzbach Date: Thu, 28 Aug 2014 20:36:31 -0300 Subject: [PATCH] Typo fixed in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5148762..b647a98 100644 --- a/README.md +++ b/README.md @@ -160,7 +160,7 @@ And each with the following options: |-----------|---------| | language | Gooey is (kind of) international ready (sans unicode issues (TODO). All program text is stored in an external `json` file. Translating to your host language only requires filling in the key/value pairs.| |program_name | The name displayed in the title bar of the GUI window. If the value is `None`, the title is pulled from `sys.argv[0]`. | -| program_description | Sets the text displayed in the top panel of the `Settings` screen. If `None` the decription is pulled from the `ArgumentParser`. | +| program_description | Sets the text displayed in the top panel of the `Settings` screen. If `None` the description is pulled from the `ArgumentParser`. |