summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-18 14:39:29 +0200
committerAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-18 17:21:40 +0200
commit935a2fa0f7ee5dbe6402e0d202a581c05a7b01a2 (patch)
treec730c2b7c91fc5bbbe9ae94c7880088dd1a0100b /sc
parent5f367bb7e66ca1f86557ee6770f9c50e298dba69 (diff)
Fix typos
It passed "make check" on Linux Change-Id: Ibda74a6c5bd50bac7af3b3af1f294817c3e406cc Reviewed-on: https://gerrit.libreoffice.org/77667 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins
Diffstat (limited to 'sc')
-rw-r--r--sc/source/core/opencl/formulagroupcl.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/core/opencl/formulagroupcl.cxx b/sc/source/core/opencl/formulagroupcl.cxx
index 27c981758b8a..8948160c4695 100644
--- a/sc/source/core/opencl/formulagroupcl.cxx
+++ b/sc/source/core/opencl/formulagroupcl.cxx
@@ -964,7 +964,7 @@ size_t DynamicKernelStringArgument::Marshal( cl_kernel k, int argno, int, cl_pro
return 1;
}
-/// A mixed string/numberic vector
+/// A mixed string/numeric vector
class DynamicKernelMixedArgument : public VectorRef
{
public:
@@ -1212,7 +1212,7 @@ protected:
std::shared_ptr<SlidingFunctionBase> mpCodeGen;
};
-/// A mixed string/numberic vector
+/// A mixed string/numeric vector
class DynamicKernelMixedSlidingArgument : public VectorRef
{
public: