Fix typos

Change-Id: I173920a96524f991f2965af99e8d95f11d1b3c35
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/145455
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
Andrea Gelmini 2023-01-13 10:23:22 +01:00 committed by Julien Nabet
parent 65596d7062
commit 18b6406439
2 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
# Document Model Types and Objects
Contains document model types, that don't require many depenencies except
Contains document model types, that don't require many dependencies except
basic types found in basegfx and tools. The purpose of this types and
objects is to be available in all common components.

View file

@ -17,7 +17,7 @@
namespace model
{
/** Color transfomation type */
/** Color transformation type */
enum class TransformationType
{
Undefined,
@ -104,7 +104,7 @@ public:
std::vector<Transformation> const& getTransformations() const { return maTransformations; }
/** Applies the defined trasformations to the input color */
/** Applies the defined transformations to the input color */
Color applyTransformations(Color const& rColor) const
{
Color aColor(rColor);