summaryrefslogtreecommitdiff
path: root/svgio/source/svgreader/svggradientnode.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-03-02 15:17:15 +0100
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-03-03 06:54:05 +0000
commit3ffc206a4b70863fc1a340c0011eb4aa82819ae1 (patch)
tree6c83c32b8135b74d897db8e9610b713c53596e98 /svgio/source/svgreader/svggradientnode.cxx
parentba423579255848440318d6c468a604914901779b (diff)
Fix typos
Change-Id: Ib25dadb25d8c2df1361de194f74cf3ddd459650d Reviewed-on: https://gerrit.libreoffice.org/34783 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svgio/source/svgreader/svggradientnode.cxx')
-rw-r--r--svgio/source/svgreader/svggradientnode.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svgio/source/svgreader/svggradientnode.cxx b/svgio/source/svgreader/svggradientnode.cxx
index 8d700c5247d4..99469edc46ab 100644
--- a/svgio/source/svgreader/svggradientnode.cxx
+++ b/svgio/source/svgreader/svggradientnode.cxx
@@ -54,7 +54,7 @@ namespace svgio
maXLink(),
mpXLink(nullptr)
{
- OSL_ENSURE(aType == SVGTokenLinearGradient || aType == SVGTokenRadialGradient, "SvgGradientNode should ony be used for Linear and Radial gradient (!)");
+ OSL_ENSURE(aType == SVGTokenLinearGradient || aType == SVGTokenRadialGradient, "SvgGradientNode should only be used for Linear and Radial gradient (!)");
}
SvgGradientNode::~SvgGradientNode()