ucb/README.md |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 06dbd2f50662d04d03140458afdff4501ea5827e
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Thu Jan 27 14:16:54 2022 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Thu Jan 27 14:36:18 2022 +0100

    Fix typos
    
    Change-Id: I49d514a5977ef46a4ade52d53a9a47d56c718052
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129041
    Tested-by: Julien Nabet <serval2...@yahoo.fr>
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

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

Reply via email to