Kaydet (Commit) e87d32a3 authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Julien Nabet

Fix typos

Change-Id: If8f042c6ef02c204f8946900e9ea8b99f06a631c
Reviewed-on: https://gerrit.libreoffice.org/47240Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst d1625cb2
...@@ -130,7 +130,7 @@ namespace basegfx ...@@ -130,7 +130,7 @@ namespace basegfx
namespace basegfx namespace basegfx
{ {
// anonymus namespace for local helpers // anonymous namespace for local helpers
namespace namespace
{ {
bool impIsSimpleEdge(const B2DCubicBezier& rCandidate, double fMaxCosQuad, double fMaxPartOfEdgeQuad) bool impIsSimpleEdge(const B2DCubicBezier& rCandidate, double fMaxCosQuad, double fMaxPartOfEdgeQuad)
...@@ -775,7 +775,7 @@ namespace basegfx ...@@ -775,7 +775,7 @@ namespace basegfx
return aEdgePolygon; return aEdgePolygon;
} }
} // end of anonymus namespace } // end of anonymous namespace
namespace utils namespace utils
{ {
......
...@@ -166,7 +166,7 @@ isBluez5Available(DBusConnection *pConnection) ...@@ -166,7 +166,7 @@ isBluez5Available(DBusConnection *pConnection)
{ {
DBusMessage *pMsg; 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. // that we can obtain adapters using the new interfaces.
// The first two error checks however don't tell us anything as they should // The first two error checks however don't tell us anything as they should
// succeed as long as dbus is working correctly. // succeed as long as dbus is working correctly.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment