diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2022-01-27 14:16:54 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2022-01-27 14:36:18 +0100 |
commit | 06dbd2f50662d04d03140458afdff4501ea5827e (patch) | |
tree | 7a7d682a8bce5b9b0b25ddf5a1e6537e77ad5559 | |
parent | 8fed86b3ebb52cbf28ba2a561e67108e3a05a206 (diff) |
Fix typos
Change-Id: I49d514a5977ef46a4ade52d53a9a47d56c718052
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129041
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-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 |