diff options
Diffstat (limited to 'ucb/README.md')
-rw-r--r-- | ucb/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ucb/README.md b/ucb/README.md index 4d31280779a1..5cdaff115233 100644 --- a/ucb/README.md +++ b/ucb/README.md @@ -53,9 +53,9 @@ server idiosyncrasies: To a first approximation, there are 3 parts involved in the UCP: * The upper layer implements the UNO API which is called by LibreOffice, and - translates the calls from generic sequence-of-any stringly typed abstractness + translates the calls from generic sequence-of-any strongly typed abstractness into HTTP or WebDAV protocol calls, and does some high level protocol - handling to figure out what the server supports and so on. This is is + handling to figure out what the server supports and so on. This is independent of the low-level library. * Then there is the lower layer of the UCP, which translates the generic HTTP or WebDAV protocol calls to something that the particular third-party library |