diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-09-29 18:13:35 +0200 |
---|---|---|
committer | Joren De Cuyper <jorendc@libreoffice.org> | 2015-09-29 22:16:00 +0000 |
commit | 3406ae78a5bcd02551ce518ca1affba021dbab04 (patch) | |
tree | 4dc22c8f4b2bc78a46d63f1100ccd92a83e2ab85 /wizards | |
parent | 79797f8e594650ca422a4236d033205f654c035c (diff) |
Fix typos
Change-Id: I4525b43fa823d743b86bf4136c56af35274085e6
Reviewed-on: https://gerrit.libreoffice.org/18995
Reviewed-by: Joren De Cuyper <jorendc@libreoffice.org>
Tested-by: Joren De Cuyper <jorendc@libreoffice.org>
Diffstat (limited to 'wizards')
5 files changed, 6 insertions, 6 deletions
diff --git a/wizards/com/sun/star/wizards/db/ColumnPropertySet.java b/wizards/com/sun/star/wizards/db/ColumnPropertySet.java index 209d2ffd0522..484dbf62fa9f 100644 --- a/wizards/com/sun/star/wizards/db/ColumnPropertySet.java +++ b/wizards/com/sun/star/wizards/db/ColumnPropertySet.java @@ -93,7 +93,7 @@ public class ColumnPropertySet public void assignPropertyValues(PropertyValue[] _aNewColPropertyValues, boolean _bsetDefaultProperties) { - assignPropertyValues(null /* dont change the name */, _aNewColPropertyValues, _bsetDefaultProperties); + assignPropertyValues(null /* don't change the name */, _aNewColPropertyValues, _bsetDefaultProperties); } private void setType(String _sTypeName, Integer precision) diff --git a/wizards/com/sun/star/wizards/db/TypeInspector.java b/wizards/com/sun/star/wizards/db/TypeInspector.java index b88865980d90..e8084b046cd1 100644 --- a/wizards/com/sun/star/wizards/db/TypeInspector.java +++ b/wizards/com/sun/star/wizards/db/TypeInspector.java @@ -234,7 +234,7 @@ public class TypeInspector } else if (ret.length() == 0) { - // in case we dont find anything else, we at return a typename + // in case we don't find anything else, we at return a typename // with the correct class ret = sDataTypeNames[i]; } diff --git a/wizards/com/sun/star/wizards/text/TextDocument.java b/wizards/com/sun/star/wizards/text/TextDocument.java index ea14f14d98b5..c6dace7b3cfb 100644 --- a/wizards/com/sun/star/wizards/text/TextDocument.java +++ b/wizards/com/sun/star/wizards/text/TextDocument.java @@ -122,8 +122,8 @@ public class TextDocument } catch (Exception e) { - // TODO: it seems the whole project does not really have an error handling. Other menthods - // seem to generally silence errors, so we can't do anything else here ... + // TODO: it seems the whole project does not really have an error handling. Other methods + // seem to generally silence errors, so we can't do anything else here... } if (bShowStatusIndicator) diff --git a/wizards/com/sun/star/wizards/web/BackgroundsDialog.py b/wizards/com/sun/star/wizards/web/BackgroundsDialog.py index b7fcbaa7ee52..19f377e0a4ce 100644 --- a/wizards/com/sun/star/wizards/web/BackgroundsDialog.py +++ b/wizards/com/sun/star/wizards/web/BackgroundsDialog.py @@ -167,7 +167,7 @@ class BackgroundsDialog(ImageListDialog): ''' when instanciating the model, it checks if each image - exists. If it doesnot, it will be removed from + exists. If it doesn't, it will be removed from the configuration. This is what this method does... @param imageName diff --git a/wizards/com/sun/star/wizards/web/Process.py b/wizards/com/sun/star/wizards/web/Process.py index 3c1121d912a4..85c8f9b97762 100644 --- a/wizards/com/sun/star/wizards/web/Process.py +++ b/wizards/com/sun/star/wizards/web/Process.py @@ -518,7 +518,7 @@ class Process(ProcessErrors): # if two files with the same name # need to be exported ? So here - # i get a new filename, so I do not + # I get a new filename, so I do not # overwrite files... f = self.fileAccess.getNewFile(folder, fn, destExt) |