diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-02-01 15:27:19 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2018-02-01 15:39:31 +0100 |
commit | ae8b65eea784e4f718e3170577b670fe1e6a3700 (patch) | |
tree | 474f70d27cac1f2730ecb8b1019e9038b1012b70 /svtools/source | |
parent | 2de83d5ad256dc5a101108418554630a15193734 (diff) |
Fix typos
Change-Id: I5cfa53bbe82fc3611770fdbe3b58d593f7a7c89f
Reviewed-on: https://gerrit.libreoffice.org/49100
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'svtools/source')
-rw-r--r-- | svtools/source/svrtf/svparser.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/svrtf/svparser.cxx b/svtools/source/svrtf/svparser.cxx index 021fa7255f77..11ebe9805027 100644 --- a/svtools/source/svrtf/svparser.cxx +++ b/svtools/source/svrtf/svparser.cxx @@ -27,7 +27,7 @@ #include <vector> #include <climits> -// structure to store the actuel data +// structure to store the actual data template<typename T> struct SvParser_Impl { |