summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdb/ErrorCondition.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sdb/ErrorCondition.idl')
-rw-r--r--offapi/com/sun/star/sdb/ErrorCondition.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/sdb/ErrorCondition.idl b/offapi/com/sun/star/sdb/ErrorCondition.idl
index 5336d05d52c1..ec50fdf15a63 100644
--- a/offapi/com/sun/star/sdb/ErrorCondition.idl
+++ b/offapi/com/sun/star/sdb/ErrorCondition.idl
@@ -38,7 +38,7 @@ module com { module sun { module star { module sdb {
<p>Core components of OpenOffice.org will use those error conditions
as error codes (<member scope="com::sun::star::sdbc">SQLException::ErrorCode</member>)
- whereever possible.<br/>
+ wherever possible.<br/>
That is, if an <code>SQLException</code> is raised by
such a component, caused by an error condition which is included in the
<type>ErrorCondition</type> group, then the respective <em>negative</em> value
@@ -166,7 +166,7 @@ constants ErrorCondition
<code>DATA_CANNOT_SELECT_UNFILTERED</code>.</p>
<p>It is also legitimate for the driver to report this error condition as warning, and provide
- an empty result set, instead of ungracefull failing.</p>
+ an empty result set, instead of ungraceful failing.</p>
*/
const long DATA_CANNOT_SELECT_UNFILTERED = 550;
};