cli_ure/readme.txt                                                 |    4 ++--
 extensions/test/ole/EventListenerSample/VBEventListener/readme.txt |    2 +-
 offapi/com/sun/star/drawing/CaptionType.idl                        |    2 +-
 starmath/inc/caret.hxx                                             |    2 +-
 xmloff/source/forms/elementexport.cxx                              |    2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)

New commits:
commit 61d5b3dc6bd0f59030da22d798ba5789c58b193a
Author:     Andrea Gelmini <[email protected]>
AuthorDate: Sun Feb 8 22:29:11 2026 +0100
Commit:     Julien Nabet <[email protected]>
CommitDate: Mon Feb 9 12:07:11 2026 +0100

    Fix "is build"->"is built"
    
    Change-Id: I9ea2f76ac79601cc812004508e64eba12a9f8058
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/198922
    Reviewed-by: Julien Nabet <[email protected]>
    Tested-by: Jenkins

diff --git a/cli_ure/readme.txt b/cli_ure/readme.txt
index 47b2df91da1d..c6d82ac894ee 100644
--- a/cli_ure/readme.txt
+++ b/cli_ure/readme.txt
@@ -132,7 +132,7 @@ minor version of cli_uretypes.dll should be incremented. 
When building the versi
 is run that recognizes this and writes a cliureversion.mk file in the bin 
directory.
 cliureversion.mk contains all the entries of version.txt. The versions have 
been incremented 
 by the script. The script obtains the information of new types from 
unotype_statistics.txt
-which is build in offapi.
+which is built in offapi.
 
 The contents of cliureversion.mk is used when building the assemblies in this 
project. It 
 is also delivered so that instset_native (or instsetoo_native) can use it when 
building 
@@ -249,7 +249,7 @@ has the same old version but references  a different 
assembly. For example, say
 cli_uretypes.dll with version 1 and a cli_ure.dll with version 1. cli_ure.dll 
references version 1 of
 cli_uretypes.dll. Now the version of cli_uretypes.dll changes to version 2 and 
its policy assembly is 
 adapted so that all code that uses version 1 now uses version 2. This would 
also allow cli_ure.dll
-o run with the new cli_uretypes.dll. If now cli_ure.dll is build, then it 
would reference 
+o run with the new cli_uretypes.dll. If now cli_ure.dll is built, then it 
would reference 
 cli_uretypes.dll version 2, because our build environment does not keep the 
older assembly. The old
 cli_uretypes.dll version 1 was replaced by version 2. cli_ure.dll now 
references cli_uretypes.dll version 2
 but still has the old version.
diff --git a/extensions/test/ole/EventListenerSample/VBEventListener/readme.txt 
b/extensions/test/ole/EventListenerSample/VBEventListener/readme.txt
index 417c102b05ce..43604b4b29a1 100644
--- a/extensions/test/ole/EventListenerSample/VBEventListener/readme.txt
+++ b/extensions/test/ole/EventListenerSample/VBEventListener/readme.txt
@@ -1,5 +1,5 @@
 VBasicEventListener.dll is an ActiveX component written with VisualBasic. The
-component registers on the system with a particular ID. When the library is 
build
+component registers on the system with a particular ID. When the library is 
built
 this ID is generated, unless a previously build library exists. Then the ID of 
that
 library is used. In order to use always the same ID, the library must be as 
binary in
 the cvs.
diff --git a/offapi/com/sun/star/drawing/CaptionType.idl 
b/offapi/com/sun/star/drawing/CaptionType.idl
index ea164c454f59..fedd88174638 100644
--- a/offapi/com/sun/star/drawing/CaptionType.idl
+++ b/offapi/com/sun/star/drawing/CaptionType.idl
@@ -36,7 +36,7 @@ published constants CaptionType
     */
     const short angled = 1;
 
-    /** the caption line is build up with a straight line from the caption area
+    /** the caption line is built up with a straight line from the caption area
         edge, followed by the shortest line to the caption area point.
     */
     const short connector = 2;
diff --git a/starmath/inc/caret.hxx b/starmath/inc/caret.hxx
index eff810792c2f..fff9f59f9d1d 100644
--- a/starmath/inc/caret.hxx
+++ b/starmath/inc/caret.hxx
@@ -295,7 +295,7 @@ private:
  * appears it is not trivial to find all caret positions and determine which 
follows which.
  * In OpenOffice Math this is done by the SmCaretPosGraphBuildingVisitor. This 
visitor builds
  * graph (an instance of SmCaretPosGraph) over the caret positions. For 
details on how this
- * graph is build, and how new methods should be implemented see 
SmCaretPosGraphBuildingVisitor.
+ * graph is built, and how new methods should be implemented see 
SmCaretPosGraphBuildingVisitor.
  *
  * The result of the SmCaretPosGraphBuildingVisitor is a graph over the caret 
positions in a
  * formula, represented by an instance of SmCaretPosGraph. Each entry 
(instances of SmCaretPosGraphEntry)
diff --git a/xmloff/source/forms/elementexport.cxx 
b/xmloff/source/forms/elementexport.cxx
index 53370d3b47ed..61305f4441c8 100644
--- a/xmloff/source/forms/elementexport.cxx
+++ b/xmloff/source/forms/elementexport.cxx
@@ -1567,7 +1567,7 @@ namespace xmloff
                 // check if we need to export the ListSource as attribute
                 {
                     // for a list box, if the ListSourceType is VALUE_LIST, no 
ListSource is stored, but instead
-                    // a sequence of pairs which is build from the 
StringItemList and the ValueList
+                    // a sequence of pairs which is built from the 
StringItemList and the ValueList
                     ListSourceType eListSourceType = ListSourceType_VALUELIST;
                     bool bSuccess =
                         m_xProps->getPropertyValue(PROPERTY_LISTSOURCETYPE) 
>>= eListSourceType;

Reply via email to