diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2013-02-23 15:42:54 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2013-02-23 15:42:54 +0100 |
commit | 66e5cbc55ab6923e651e1e3b32a7f26b5adaef90 (patch) | |
tree | c5000866762b2985895f9b0e4f309d22d1ba545e /odk | |
parent | fe86d0ca5daeadd8bde74e27109bcb65402ce139 (diff) |
Fix typo "sucessfully" -> "successfully"
Change-Id: I01c85e4d3853c44fa05acc3019bc35c56c4f655e
Diffstat (limited to 'odk')
-rw-r--r-- | odk/examples/DevelopersGuide/ProfUNO/CppBinding/office_connect.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odk/examples/DevelopersGuide/ProfUNO/CppBinding/office_connect.cxx b/odk/examples/DevelopersGuide/ProfUNO/CppBinding/office_connect.cxx index da96d5bf99ff..fab8b8d9d1f4 100644 --- a/odk/examples/DevelopersGuide/ProfUNO/CppBinding/office_connect.cxx +++ b/odk/examples/DevelopersGuide/ProfUNO/CppBinding/office_connect.cxx @@ -96,7 +96,7 @@ SAL_IMPLEMENT_MAIN() return 1; } - printf( "Connected sucessfully to the office\n" ); + printf( "Connected successfully to the office\n" ); } catch( Exception &e ) { |