diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-01-24 18:19:57 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-01-25 08:38:01 +0100 |
commit | fbf42a4f13dd3ad9f70fc9f434e3cb6236f38300 (patch) | |
tree | 9c9ce200c4acf0b5768a0bba98eb4b85bea5b965 /odk/examples/DevelopersGuide/ProfUNO/CppBinding | |
parent | f08828f26b19c486f074182833e2e674b681745c (diff) |
Fix typos
Change-Id: I13acf050d83099be8874514688936bb4ddbb1a26
Reviewed-on: https://gerrit.libreoffice.org/48543
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'odk/examples/DevelopersGuide/ProfUNO/CppBinding')
-rw-r--r-- | odk/examples/DevelopersGuide/ProfUNO/CppBinding/string_samples.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odk/examples/DevelopersGuide/ProfUNO/CppBinding/string_samples.cxx b/odk/examples/DevelopersGuide/ProfUNO/CppBinding/string_samples.cxx index b5b782353066..ecb21116a00a 100644 --- a/odk/examples/DevelopersGuide/ProfUNO/CppBinding/string_samples.cxx +++ b/odk/examples/DevelopersGuide/ProfUNO/CppBinding/string_samples.cxx @@ -46,7 +46,7 @@ using rtl::OString; SAL_IMPLEMENT_MAIN() { - // string concatination + // string concatenation sal_Int32 n = 42; double pi = 3.14159; |