diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-06-26 18:06:52 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2015-06-28 12:35:58 +0000 |
commit | 5d5dc059cb4b88fe19e5d92e7d9b9ae581afce98 (patch) | |
tree | 43837eb609f7fa349a318ca68d4040759bd2ca67 /odk | |
parent | 69c88a32aad2cafde197e98557868ad069795d60 (diff) |
Fix typos
Change-Id: I80995af6459af9f647e66d1c85da2eedad2647b9
Reviewed-on: https://gerrit.libreoffice.org/16523
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'odk')
-rw-r--r-- | odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/FunctionHelper.java | 2 | ||||
-rw-r--r-- | odk/examples/DevelopersGuide/Spreadsheet/SpreadsheetSample.java | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/FunctionHelper.java b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/FunctionHelper.java index 0aa3fde333a9..c7891df841d4 100644 --- a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/FunctionHelper.java +++ b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/FunctionHelper.java @@ -429,7 +429,7 @@ public class FunctionHelper * URL too. But nobody guarantee that such notifications will occur. * (see dispatchWithNotification() if you interest on that) * The returned dispatch object should be hold alive by caller - * till he deosn't need it any longer. Otherwise the dispatcher can(!) + * till he doesn't need it any longer. Otherwise the dispatcher can(!) * die by decreasing his refcount. * * @param xFrame frame which should be the target of this dispatch diff --git a/odk/examples/DevelopersGuide/Spreadsheet/SpreadsheetSample.java b/odk/examples/DevelopersGuide/Spreadsheet/SpreadsheetSample.java index 467f3b5e91be..4466a7be8cd6 100644 --- a/odk/examples/DevelopersGuide/Spreadsheet/SpreadsheetSample.java +++ b/odk/examples/DevelopersGuide/Spreadsheet/SpreadsheetSample.java @@ -158,7 +158,7 @@ public class SpreadsheetSample extends SpreadsheetDocHelper } catch (Exception ex) { - System.out.println( "\nError: Dota pilot sample caught exception!\nException Message = " + System.out.println( "\nError: Data pilot sample caught exception!\nException Message = " + ex.getMessage()); ex.printStackTrace(); } |