diff options
Diffstat (limited to 'offapi/com/sun/star/ucb/Lock.idl')
-rw-r--r-- | offapi/com/sun/star/ucb/Lock.idl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/ucb/Lock.idl b/offapi/com/sun/star/ucb/Lock.idl index a4ec2c40e..b026812af 100644 --- a/offapi/com/sun/star/ucb/Lock.idl +++ b/offapi/com/sun/star/ucb/Lock.idl @@ -51,7 +51,7 @@ published struct Lock : LockEntry //------------------------------------------------------------------------- /** the owner of the lock. - <p>This element providfes information sufficient for either directly + <p>This element provides information sufficient for either directly contacting a principal (such as a telephone number or email URI), or for discovering the principal (such as the URL of a homepage) who owns the lock. @@ -64,7 +64,7 @@ published struct Lock : LockEntry <p>This element specifies the number of seconds between granting of the lock and the automatic removal of that lock. The value must not be greater than <code>2^32-1</code>. A value of <code>-1</code> - stands for an infinit lock, that will never be removed automatically. + stands for an infinite lock, that will never be removed automatically. */ hyper Timeout; |