[Libreoffice-commits] core.git: basegfx/source sd/source
Andrea Gelmini
andrea.gelmini at gelma.net
Tue Jan 2 08:29:13 UTC 2018
basegfx/source/polygon/b2dlinegeometry.cxx | 4 ++--
sd/source/ui/remotecontrol/BluetoothServer.cxx | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
New commits:
commit e87d32a38054c3bd47f21cd7f542ba690f5a2707
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date: Mon Jan 1 23:07:33 2018 +0100
Fix typos
Change-Id: If8f042c6ef02c204f8946900e9ea8b99f06a631c
Reviewed-on: https://gerrit.libreoffice.org/47240
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/basegfx/source/polygon/b2dlinegeometry.cxx b/basegfx/source/polygon/b2dlinegeometry.cxx
index 69939ffb2037..d9c24377a16e 100644
--- a/basegfx/source/polygon/b2dlinegeometry.cxx
+++ b/basegfx/source/polygon/b2dlinegeometry.cxx
@@ -130,7 +130,7 @@ namespace basegfx
namespace basegfx
{
- // anonymus namespace for local helpers
+ // anonymous namespace for local helpers
namespace
{
bool impIsSimpleEdge(const B2DCubicBezier& rCandidate, double fMaxCosQuad, double fMaxPartOfEdgeQuad)
@@ -775,7 +775,7 @@ namespace basegfx
return aEdgePolygon;
}
- } // end of anonymus namespace
+ } // end of anonymous namespace
namespace utils
{
diff --git a/sd/source/ui/remotecontrol/BluetoothServer.cxx b/sd/source/ui/remotecontrol/BluetoothServer.cxx
index 4965ea11830b..bd11e2ea53c3 100644
--- a/sd/source/ui/remotecontrol/BluetoothServer.cxx
+++ b/sd/source/ui/remotecontrol/BluetoothServer.cxx
@@ -166,7 +166,7 @@ isBluez5Available(DBusConnection *pConnection)
{
DBusMessage *pMsg;
- // Simplest wasy to check whether we have Bluez 5+ is to check
+ // Simplest ways to check whether we have Bluez 5+ is to check
// that we can obtain adapters using the new interfaces.
// The first two error checks however don't tell us anything as they should
// succeed as long as dbus is working correctly.
More information about the Libreoffice-commits
mailing list