diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-06-13 15:52:56 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2015-06-13 14:51:15 +0000 |
commit | 1f408db49740f8cc6ba67d72b54f49d2e4fdae9b (patch) | |
tree | 9c69f0c29184240836c93019ef44de839bdcee01 /wizards | |
parent | c1fc84ac140d519e0bfa7a607e36771682b08eed (diff) |
Fix typos
Change-Id: Ifaa52b49b717d893846fc1e7ae4ac50735f824ac
Reviewed-on: https://gerrit.libreoffice.org/16260
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Tested-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'wizards')
-rw-r--r-- | wizards/com/sun/star/wizards/web/data/CGDocument.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/com/sun/star/wizards/web/data/CGDocument.py b/wizards/com/sun/star/wizards/web/data/CGDocument.py index 7bb83ab1d3df..9ae627e7016d 100644 --- a/wizards/com/sun/star/wizards/web/data/CGDocument.py +++ b/wizards/com/sun/star/wizards/web/data/CGDocument.py @@ -36,7 +36,7 @@ relevant only for the web-wizard. On the other-hand, the web-wizard can read those fields automatically from SO documents. In order to avoid conflict by saving, I use two fields: "cp_title", which -should be read from the configuratin (saved session), and "title" which is +should be read from the configuration (saved session), and "title" which is the value read from the document. The *cp_title* "overrides" *title*, if exists. if not, *title* is used. The same is valid for *description* and *author*. |