Fix typos

Change-Id: I9a5940027423ff0791fa7da0b79b617412ce6b86
Reviewed-on: https://gerrit.libreoffice.org/21209
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
This commit is contained in:
Andrea Gelmini
2016-01-09 22:55:28 +01:00
committed by Ashod Nakashian
parent d61c16966b
commit 64d624b651
922 changed files with 1171 additions and 1171 deletions

View File

@@ -82,7 +82,7 @@ public class ProviderBrowseNode extends PropertySet implements
creatable = false;
}
}
// TODO propage errors
// TODO propagate errors
catch (com.sun.star.uno.Exception e) {
LogUtils.DEBUG("Caught exception in creation of ProviderBrowseNode ");
LogUtils.DEBUG(LogUtils.getTrace(e));

View File

@@ -241,7 +241,7 @@ public class XStorageHelper implements XEventListener {
try {
xTrans.commit();
} catch (Exception e) {
LogUtils.DEBUG("Something went bellyup exception: " + e);
LogUtils.DEBUG("Something went belly up exception: " + e);
}
}
}

View File

@@ -243,7 +243,7 @@ public abstract class ScriptProvider implements
LogUtils.DEBUG("isPkgProvider is: " + isPkgProvider);
// TODO should all be done in this class instead of
// deleagation????
// delegation????
m_xBrowseNodeProxy =
new ProviderBrowseNode(this, m_container, m_xContext);

View File

@@ -62,7 +62,7 @@ public class PlainSourceView extends JScrollPane implements
try {
ta.setCaretPosition(pos);
} catch (IllegalArgumentException iae) {
// do nothing and allow JTextArea to set it's own position
// do nothing and allow JTextArea to set its own position
}
}