canvas/inc/rendering/isurfaceproxymanager.hxx    |    2 +-
 cli_ure/qa/climaker/makefile.mk                  |    2 +-
 filter/source/pdf/pdfexport.cxx                  |    2 +-
 include/svx/svdocirc.hxx                         |    2 +-
 sd/qa/unit/import-tests-smartart.cxx             |    2 +-
 solenv/gbuild/static.mk                          |    2 +-
 svx/inc/DescriptionGenerator.hxx                 |    2 +-
 sysui/desktop/freedesktop/freedesktop-menus.spec |    2 +-
 8 files changed, 8 insertions(+), 8 deletions(-)

New commits:
commit 84ad0f6951b86385fe17c39f09ab8ac0212e8643
Author:     Andrea Gelmini <[email protected]>
AuthorDate: Sun Feb 8 22:26:02 2026 +0100
Commit:     Julien Nabet <[email protected]>
CommitDate: Mon Feb 9 12:07:36 2026 +0100

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

diff --git a/canvas/inc/rendering/isurfaceproxymanager.hxx 
b/canvas/inc/rendering/isurfaceproxymanager.hxx
index 71b12b29e729..b9d8a5401e29 100644
--- a/canvas/inc/rendering/isurfaceproxymanager.hxx
+++ b/canvas/inc/rendering/isurfaceproxymanager.hxx
@@ -41,7 +41,7 @@ namespace canvas
 
         /** Create a surface proxy for a color buffer.
 
-            The whole idea is build around the concept that you create
+            The whole idea is built around the concept that you create
             some arbitrary buffer which contains the image data and
             tell the texture manager about it.  From there on you can
             draw into this image using any kind of graphics api you
diff --git a/cli_ure/qa/climaker/makefile.mk b/cli_ure/qa/climaker/makefile.mk
index b979a04861af..2a27c42dfc45 100644
--- a/cli_ure/qa/climaker/makefile.mk
+++ b/cli_ure/qa/climaker/makefile.mk
@@ -21,7 +21,7 @@ PRJNAME := cli_ure
 TARGET := test_climaker
 PACKAGE = climaker
 
-#we use the climaker which is build by this project
+#we use the climaker which is built by this project
 CLIMAKER*=$(WRAPCMD) $(BIN)$/climaker
 .INCLUDE: settings.mk
 
diff --git a/filter/source/pdf/pdfexport.cxx b/filter/source/pdf/pdfexport.cxx
index ac622a722950..074d6669ef60 100644
--- a/filter/source/pdf/pdfexport.cxx
+++ b/filter/source/pdf/pdfexport.cxx
@@ -904,7 +904,7 @@ bool PDFExport::Export( const OUString& rFile, const 
Sequence< PropertyValue >&
 
                 switch( nPrintAllowed )
                 {
-                case 0: // initialized when aContext is build, means no 
printing
+                case 0: // initialized when aContext is built, means no 
printing
                     break;
                 default:
                 case 2:
diff --git a/include/svx/svdocirc.hxx b/include/svx/svdocirc.hxx
index a03bd42a04ec..1c56d12287ea 100644
--- a/include/svx/svdocirc.hxx
+++ b/include/svx/svdocirc.hxx
@@ -80,7 +80,7 @@ public:
     SAL_DLLPRIVATE SdrCircObj(SdrModel& rSdrModel, SdrCircObj const & rSource);
 
     // 0=0.00Deg=3h 9000=90.00Deg=12h 18000=180.00Deg=9h 27000=270.00Deg=6h
-    // The circle is build up from StartAngle to EndWink anti-clockwise.
+    // The circle is built up from StartAngle to EndWink anti-clockwise.
     // If nNewStartAngle==nNewEndWink, then arc has an angle of 0 degrees.
     // If nNewStartAngle+36000==nNewEndWink, then the arc has angle of 360 
degrees.
     SdrCircObj(
diff --git a/sd/qa/unit/import-tests-smartart.cxx 
b/sd/qa/unit/import-tests-smartart.cxx
index 22cbc6958669..51e606531b32 100644
--- a/sd/qa/unit/import-tests-smartart.cxx
+++ b/sd/qa/unit/import-tests-smartart.cxx
@@ -1684,7 +1684,7 @@ CPPUNIT_TEST_FIXTURE(SdImportTestSmartArt, 
testTdf149551Gear)
 
 CPPUNIT_TEST_FIXTURE(SdImportTestSmartArt, testTdf145528Matrix)
 {
-    // The file contains a diagram of type "Titled Matrix". Such is build from 
shapes of type
+    // The file contains a diagram of type "Titled Matrix". Such is built from 
shapes of type
     // 'round1Rect'.
     createSdImpressDoc("pptx/tdf145528_SmartArt_Matrix.pptx");
     uno::Reference<drawing::XShape> xGroup(getShapeFromPage(0, 0), 
uno::UNO_QUERY);
diff --git a/solenv/gbuild/static.mk b/solenv/gbuild/static.mk
index b6eb9b1fe8cd..5605ea0c4ad1 100644
--- a/solenv/gbuild/static.mk
+++ b/solenv/gbuild/static.mk
@@ -54,7 +54,7 @@
 # Then there is the special static "components" library, which simply depends 
on all built
 # components. In theory these could be limited per-module (Writer, Calc, 
etc.), but currently
 # this is not implemented and instead solenv/bin/native-code.py is used, so 
actually
-# everything is build and "cleaned up" at link time, which is especially 
expensive for WASM.
+# everything is built and "cleaned up" at link time, which is especially 
expensive for WASM.
 # That library is currently just used for Emscripten, but could be used 
generally for
 # static builds.
 #
diff --git a/svx/inc/DescriptionGenerator.hxx b/svx/inc/DescriptionGenerator.hxx
index ca74204b5977..4699713f4c25 100644
--- a/svx/inc/DescriptionGenerator.hxx
+++ b/svx/inc/DescriptionGenerator.hxx
@@ -118,7 +118,7 @@ private:
     /// Reference to the shape's property set.
     css::uno::Reference<css::beans::XPropertySet> mxSet;
 
-    /// The description string that is build.
+    /// The description string that is built.
     OUStringBuffer msDescription;
 
     /** This flag is used to determine whether to insert a separator e.g. a
diff --git a/sysui/desktop/freedesktop/freedesktop-menus.spec 
b/sysui/desktop/freedesktop/freedesktop-menus.spec
index 9c84305e51b6..81b0a764a5b8 100644
--- a/sysui/desktop/freedesktop/freedesktop-menus.spec
+++ b/sysui/desktop/freedesktop/freedesktop-menus.spec
@@ -372,7 +372,7 @@ fi
 
 %files
 # specify stale symlinks verbatim, not as glob - a change in recent versions of
-# glibc breaks rpm unless rpm is build with internal glob-matching (issue 
49374)
+# glibc breaks rpm unless rpm is built with internal glob-matching (issue 
49374)
 # https://bugzilla.redhat.com/beta/show_bug.cgi?id=134362
 %defattr(-, root, root)
 %if "%unixfilename" != "libreoffice%productversion" && "%unixfilename" != 
"libreofficedev%productversion"

Reply via email to