Fix typo in rewrite command note

This commit is contained in:
Lyall Cooper 2025-09-24 14:40:35 +09:00 committed by GitHub
parent 3e6b5c34c9
commit e30acefbff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -353,7 +353,7 @@ modifying the repository. Instead restic will only print the actions it would
perform.
.. note:: The ``rewrite`` command verifies that it does not modify snapshots in
unexpected ways and fails with an ``cannot encode tree at "[...]" without loosing information``
unexpected ways and fails with an ``cannot encode tree at "[...]" without losing information``
error otherwise. This can occur when rewriting a snapshot created by a newer
version of restic or some third-party implementation.