summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKorrawit Pruegsanusak <detective.conan.1412@gmail.com>2012-06-01 00:24:24 +0700
committerKorrawit Pruegsanusak <detective.conan.1412@gmail.com>2012-06-01 00:24:24 +0700
commit07202af3c52c72fad974349c3b2046b0ee2ec162 (patch)
tree9b07621a613983ee89cab622d52fba3646984fdb
parentefecdeceb8f58563623a105f464cce72a09768a9 (diff)
fix some typo
Change-Id: Ib88169968d164c88703505da022887ea8d53c721
-rw-r--r--i18npool/source/breakiterator/data/README6
-rw-r--r--sw/qa/extras/README2
-rw-r--r--tail_build/README2
3 files changed, 5 insertions, 5 deletions
diff --git a/i18npool/source/breakiterator/data/README b/i18npool/source/breakiterator/data/README
index 8d7598dab562..585ba1664777 100644
--- a/i18npool/source/breakiterator/data/README
+++ b/i18npool/source/breakiterator/data/README
@@ -2,11 +2,11 @@ The originals of these come from svn checkout
http://source.icu-project.org/repos/icu/icu/trunk/source/data/brkitr they no
longer appear in the icu tarballs, but are in icu's svn
-At various stages these copies have been customized and are not horribly out of
+At various stages these copies have been customized and are now horribly out of
sync. It unclear which diffs from the base versions are deliberate and which
are now accidental :-(
We need to review the various issues referenced in the commits that caused
-custimizations and see if they're still relevant or not, write regression tests
-for them, if any are still relavant then apply the changes back on top of the
+customizations and see if they're still relevant or not, write regression tests
+for them, if any are still relevant then apply the changes back on top of the
latest versions.
diff --git a/sw/qa/extras/README b/sw/qa/extras/README
index 49dc9aab07f9..ae174a553372 100644
--- a/sw/qa/extras/README
+++ b/sw/qa/extras/README
@@ -123,7 +123,7 @@ similarly to the property you want (getXYZ()). If there is none, it is most
probably a property that can be read using XPropertySet:
uno::Reference<beans::XPropertySet> properties(textDocument, uno::UNO_QUERY);
-sal_Int32 value; // the right type for the property
+sal_Int32 val; // the right type for the property
properties->getPropertyValue("CharacterCount") >>= val;
If there is a function to obtain the property, you need access it using the right interface.
diff --git a/tail_build/README b/tail_build/README
index 6648f76bb720..4ce922875204 100644
--- a/tail_build/README
+++ b/tail_build/README
@@ -5,7 +5,7 @@ A few module that normally get built at the end of the build process
are already converted. this 'pseudo-module' build them all as one.
As module get converted to gbuild they can be added to this module
-if they fix the neceesary pre-requisite. that is:
+if they fix the necessary pre-requisite. that is:
To qualify a module must not be the dependant of any other module,
except postprocess or if the other module itself is under tail_build