Skip to content

Commit

Permalink
technical_information: typo (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
dilyanpalauzov authored Aug 4, 2024
1 parent 47ac908 commit ba8b909
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions technical_information.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Sync algorithm: PROPFIND/REPORT
#. Unset *present remotely* flag for all resources.
#. List and process remote resources (only names and ``ETag``) using ``PROPFIND`` or ``REPORT`` (see above).

* Download resources which have been added/modififed remotely in bunches using ``REPORT addressbook-multiget/calendar-multiget`` into the local storage.
* Download resources which have been added/modified remotely in bunches using ``REPORT addressbook-multiget/calendar-multiget`` into the local storage.
* Set *present remotely* flag for all received resources.

#. Locally delete all resources which are not flagged as *present remotely*.
Expand All @@ -67,7 +67,7 @@ Sync algorithm: Collection Synchronization
#. Do we have a previous ``sync-token``? → If no, set *initial sync*.
#. List and process changes since last ``sync-token`` (or all records if no previous ``sync-token`` is known) using ``REPORT sync-collection``.

* Download resources which have been added/modififed remotely in bunches using ``REPORT addressbook-multiget/calendar-multiget`` into the local storage.
* Download resources which have been added/modified remotely in bunches using ``REPORT addressbook-multiget/calendar-multiget`` into the local storage.
* Set *present remotely* flag for all received resources.

#. If the requested ``sync-token`` was invalid:
Expand Down

0 comments on commit ba8b909

Please sign in to comment.