ucb/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 957d5cf0d2acd10eee5b36f6cdf66117c059a4c0 Author: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org> AuthorDate: Fri Feb 4 13:10:39 2022 +0200 Commit: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org> CommitDate: Fri Feb 4 12:13:14 2022 +0100
Revert typo fix, 'stringly typed' is the intended form Change-Id: I46cba870cd90d02c3dbaa60e9b1291ef751db377 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129485 Tested-by: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org> Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org> diff --git a/ucb/README.md b/ucb/README.md index 5cdaff115233..5e07786d2a5f 100644 --- a/ucb/README.md +++ b/ucb/README.md @@ -53,7 +53,7 @@ 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 strongly typed abstractness + translates the calls from generic sequence-of-any stringly 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 independent of the low-level library.