summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
Diffstat (limited to 'solenv')
-rw-r--r--solenv/gbuild/platform/com_MSC_class.mk2
-rw-r--r--solenv/maven/README.md4
2 files changed, 3 insertions, 3 deletions
diff --git a/solenv/gbuild/platform/com_MSC_class.mk b/solenv/gbuild/platform/com_MSC_class.mk
index 02f7f44d5143..64615ea13282 100644
--- a/solenv/gbuild/platform/com_MSC_class.mk
+++ b/solenv/gbuild/platform/com_MSC_class.mk
@@ -513,7 +513,7 @@ endef
# ExternalProject class
-# Use the gcc wrappers for a autoconf based project
+# Use the gcc wrappers for an autoconf based project
#
# gb_ExternalProject_register_targets project state_target
define gb_ExternalProject_use_autoconf
diff --git a/solenv/maven/README.md b/solenv/maven/README.md
index 29f853fbb6e5..0b19cd2fe87a 100644
--- a/solenv/maven/README.md
+++ b/solenv/maven/README.md
@@ -263,7 +263,7 @@ can be set:
VERBOSE=1 buck build api_install
----
-Once executed, he local Maven respoitory contains the LibreOffice API
+Once executed, the local Maven repository contains the LibreOffice API
artifacts:
----
@@ -340,7 +340,7 @@ Once a repository is closed you can find the URL to it in the `Summary`
section, e.g. https://oss.sonatype.org/content/repositories/orglibreoffice-4711
Use this URL for further testing of the artifacts in this repository,
-e.g. to try building a extension against this API in this repository
+e.g. to try building an extension against this API in this repository
update the version in the `pom.xml` and configure the repository:
----