summaryrefslogtreecommitdiff
path: root/README.Code
diff options
context:
space:
mode:
Diffstat (limited to 'README.Code')
-rw-r--r--README.Code2
1 files changed, 1 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.