diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-03-03 17:11:39 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-03-03 17:14:16 +0100 |
commit | f5ca04caca1b6888cdc6b00b8465a53e6d5cf38d (patch) | |
tree | cda73db2df15d821e0587f345edd7587953bdbdf /l10ntools/source | |
parent | ecf00403376d13355fcf6fb7cd36b3500f19fc69 (diff) |
Related to fdo#60724: correct spelling
Using the autocorrect list of LibreOffice
extras/source/autotext/lang/en-US/acor/DocumentList.xml
Change-Id: I8b93969bc0742c2e95b8b7db3c4c37691e8d3657
Script: http://pastebin.ca/2327716
Diffstat (limited to 'l10ntools/source')
-rw-r--r-- | l10ntools/source/filter/merge/Merger.java | 4 | ||||
-rw-r--r-- | l10ntools/source/filter/utils/Cache.java | 2 | ||||
-rw-r--r-- | l10ntools/source/filter/utils/FileHelper.java | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/l10ntools/source/filter/merge/Merger.java b/l10ntools/source/filter/merge/Merger.java index 26204f11db56..e0eff4d45e28 100644 --- a/l10ntools/source/filter/merge/Merger.java +++ b/l10ntools/source/filter/merge/Merger.java @@ -187,7 +187,7 @@ public class Merger m_aCfg.getString (PROP_XMLPACKAGE ), m_aCfg.getBoolean(PROP_LANGUAGEPACK, false))); - // counts all transfered fragments + // counts all transferred fragments // Can be used later to decide, if a generated package file // contains "nothing"! int nItemCount = 0; @@ -257,7 +257,7 @@ public class Merger // Attention! // If the package seem to be empty, it make no sense to generate a corresponding - // xml file. We should suppress writing of this file on disk completly ... + // xml file. We should suppress writing of this file on disk completely ... if (nItemCount < 1) { m_aLog.setWarning("Package is empty and will not result into a xml file on disk!? Please check configuration file."); diff --git a/l10ntools/source/filter/utils/Cache.java b/l10ntools/source/filter/utils/Cache.java index 5150c06fa086..5ecea57e1ff3 100644 --- a/l10ntools/source/filter/utils/Cache.java +++ b/l10ntools/source/filter/utils/Cache.java @@ -1045,7 +1045,7 @@ public class Cache // generate new property "DetectService" // Every type know its detector diretcly from now. No search - // will be neccessary any longer. + // will be necessary any longer. aResultMap.put(PROPNAME_DETECTSERVICE, new java.lang.String()); // analyze the Data property of the original map diff --git a/l10ntools/source/filter/utils/FileHelper.java b/l10ntools/source/filter/utils/FileHelper.java index d4061fb5e7e1..98f1248db545 100644 --- a/l10ntools/source/filter/utils/FileHelper.java +++ b/l10ntools/source/filter/utils/FileHelper.java @@ -106,7 +106,7 @@ public class FileHelper /** * Does the same as getFileURLFromSystemPath() before ... but uses - * the given protocol string (e.g."http://") insted of "file:///". + * the given protocol string (e.g."http://") instead of "file:///". * * @param aSystemPath * represent the file in system notation |