summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.Code2
-rw-r--r--tools/README2
2 files changed, 3 insertions, 1 deletions
diff --git a/README.Code b/README.Code
index 71fb3e49c71c..a2b715f55e84 100644
--- a/README.Code
+++ b/README.Code
@@ -9,7 +9,7 @@ docs here http://api.libreoffice.org/. This re-uses the (extremely
generic) APIs we provide for macro scripting in StarBasic.
The best way to add a generally useful feature to LibreOffice
-is to work on the code code however. Overall this way makes it easier
+is to work on the code base however. Overall this way makes it easier
to compile and build your code, it avoids any arbitrary limitations of
our scripting APIs, and in general is far more simple and intuitive -
if you are a reasonably able C++ programmer.
diff --git a/tools/README b/tools/README
index 16b6dbaa06e0..4b98a7342af5 100644
--- a/tools/README
+++ b/tools/README
@@ -5,3 +5,5 @@ Exact history is lost before Sept. 18th, 2000, but old source code
comments show that part of the tools library dates back until at least
April 1991.
+This directory will be removed in the near future (see fdo#39445 or
+fdo#63154).