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

View File

@@ -353,7 +353,7 @@ modifying the repository. Instead restic will only print the actions it would
perform. perform.
.. note:: The ``rewrite`` command verifies that it does not modify snapshots in .. 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 error otherwise. This can occur when rewriting a snapshot created by a newer
version of restic or some third-party implementation. version of restic or some third-party implementation.