summaryrefslogtreecommitdiff
path: root/odk
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2023-01-18 10:44:33 +0100
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2023-01-18 11:28:31 +0000
commit031f7527f477e0e5561b2de26725d6e45f344c93 (patch)
tree9a37af4c29cdb2113927a2e3a67f5dcae4e3a502 /odk
parente6b2761cb7299d2e93ce5cfc5b53309c6588f2ee (diff)
Fix typo
Change-Id: Ifc9748fc33c72ad6e0cb334ca22ebb8b488164c9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/145710 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'odk')
-rw-r--r--odk/examples/cpp/Draw/Draw.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odk/examples/cpp/Draw/Draw.cxx b/odk/examples/cpp/Draw/Draw.cxx
index 843bdd553346..baed25444155 100644
--- a/odk/examples/cpp/Draw/Draw.cxx
+++ b/odk/examples/cpp/Draw/Draw.cxx
@@ -66,7 +66,7 @@ int main()
}
catch (Exception& e)
{
- std::cout << "Error: cannot do bootstraping." << std::endl << e.Message << std::endl;
+ std::cout << "Error: cannot do bootstrapping." << std::endl << e.Message << std::endl;
exit(1);
}