summaryrefslogtreecommitdiff
path: root/config_host
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-09-29 17:46:36 +0200
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2015-09-30 06:00:18 +0000
commitce343470c385dc8390bbc4bf3e85457c1d55e0ec (patch)
tree79ec49cc25fbc427b668bc56314a082551f1a263 /config_host
parent9e4c87be31732ed076a059128d2e20451697d225 (diff)
Fix typos
Change-Id: Iaff7e38dd5beac48e1643e369e4240aa736c35ea Reviewed-on: https://gerrit.libreoffice.org/18941 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'config_host')
-rw-r--r--config_host/config_features.h.in18
1 files changed, 9 insertions, 9 deletions
diff --git a/config_host/config_features.h.in b/config_host/config_features.h.in
index 06e4e75c6b1a..77fea97e4450 100644
--- a/config_host/config_features.h.in
+++ b/config_host/config_features.h.in
@@ -18,7 +18,7 @@
/* DESKTOP - Whether we have a "normal" desktop UI or not.
*
* Non-DESKTOP in practice means touch-based mobile devices, Android
- * or iOS for now. Support for those is work in pogress.
+ * or iOS for now. Support for those is work in progress.
*
* Non-DESKTOP implies that the OS makes sure that only one instance
* of each LibreOffice-based "app" at a time can be running, and thus
@@ -95,15 +95,15 @@
#define HAVE_FEATURE_OPENCL 0
-/*
- * Whether the OS has Avahi support,
+/*
+ * Whether the OS has Avahi support,
* This library is used for zeroconf service publication on the local network
- * for the Impress remote control, so that the remote can automatically
- * discover the running libO instance and its IP address.
- *
- * This library should be present on most mordern linux distributions
- * but not on "all" of them. For now, you should add --enable-avahi for
- * this to be taken into account. Otherwise the test of its presence
+ * for the Impress remote control, so that the remote can automatically
+ * discover the running libO instance and its IP address.
+ *
+ * This library should be present on most modern linux distributions
+ * but not on "all" of them. For now, you should add --enable-avahi for
+ * this to be taken into account. Otherwise the test of its presence
* will not take place.
*/