summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdbc/RowSet.idl
diff options
context:
space:
mode:
authorAurimas Fišeras <aurimas@gmail.com>2011-01-25 20:17:43 +0200
committerMichael Meeks <michael.meeks@novell.com>2011-01-28 12:14:19 +0000
commit207456b80e022608e6ee63e324de9367bf9f9d70 (patch)
tree14d19312e1585c38a9fd62e62cb4eaec0cefdf7f /offapi/com/sun/star/sdbc/RowSet.idl
parent5287150cb7b37c094d43f1e3f1e38825a813540e (diff)
Some fixes to documentation (part 4)
Fixes many spelling errors (checked with en_US spell checker). Unifies spelling of some common words. Replaces single quotes ('') with double quotes (""). Fixes several other errors.
Diffstat (limited to 'offapi/com/sun/star/sdbc/RowSet.idl')
-rw-r--r--offapi/com/sun/star/sdbc/RowSet.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/sdbc/RowSet.idl b/offapi/com/sun/star/sdbc/RowSet.idl
index 5c79c7a2076b..b20fd3fe50d7 100644
--- a/offapi/com/sun/star/sdbc/RowSet.idl
+++ b/offapi/com/sun/star/sdbc/RowSet.idl
@@ -61,7 +61,7 @@
<p>
On the one hand, a RowSet can be used as a short cut to retrieve the data of a DataSource.
You don't have to establish a connection, create a Statement, and then create
- a ResultSet. On the other hand, a rowset can be used to implement capabilties for
+ a ResultSet. On the other hand, a row set can be used to implement capabilities for
a result set, which are not supported by a driver result set, like caching
strategies or update capabilities.
</p>
@@ -80,7 +80,7 @@ published service RowSet
// used to set parameters.
interface XParameters;
- /** allows locating columns which's name is known only.
+ /** allows locating columns whose name is known only.
*/
interface XColumnLocate;